Difference between revisions of "Docker run -t"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
-t, --[[tty]] Allocate a pseudo-[[TTY]] | -t, --[[tty]] Allocate a pseudo-[[TTY]] | ||
+ | |||
+ | |||
+ | docker run -t -v {path_to_host_folder_to_scan}:/path checkmarx/kics:latest scan -p /path -o "/path/" | ||
Line 8: | Line 11: | ||
[[docker run -t -v]] | [[docker run -t -v]] | ||
[[docker run -t --volume]] | [[docker run -t --volume]] | ||
+ | [[docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.]] | ||
+ | [[Unable to find image]] | ||
== See also == | == See also == |
Latest revision as of 10:51, 20 November 2023
-t, --tty Allocate a pseudo-TTY
docker run -t -v {path_to_host_folder_to_scan}:/path checkmarx/kics:latest scan -p /path -o "/path/"
docker run -i docker run -t -v docker run -t --volume docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. Unable to find image
See also[edit]
Advertising: