Answers for "docker run command -it"

4

docker run command on container

sudo docker exec -it <container name> <command>
Posted by: Guest on July-04-2020
-2

docker run

docker run -d -p kali-linux kalilinux/kali-rolling:latest

all docker cli commands availabe here
Posted by: Guest on September-01-2021

Code answers related to "docker run command -it"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language