Podcast
Questions and Answers
Which command will correctly run a container from the nginx image with the name my-nginx?
Which command will correctly run a container from the nginx image with the name my-nginx?
What is the purpose of the '--name' option in the command to run a container?
What is the purpose of the '--name' option in the command to run a container?
Which command should you avoid if you want to run a new nginx container named my-nginx?
Which command should you avoid if you want to run a new nginx container named my-nginx?
What is the expected result of running 'docker run --name my-nginx nginx'?
What is the expected result of running 'docker run --name my-nginx nginx'?
Signup and view all the answers
Which of the following commands correctly references the nginx image to run a container?
Which of the following commands correctly references the nginx image to run a container?
Signup and view all the answers