S
Q. What is the purpose of the EXPOSE instruction in a Dockerfile?
The EXPOSE instruction documents which ports are intended to be used by the container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command is used to load a Docker image from a tar archive?
Q. What does the 'docker-compose.yml' file define?
Q. Which of the following commands is used to remove all stopped containers?
Q. How can you stop a running Docker container?
Q. Which Docker command is used to rename a container?
Q. Which file is used to define a Docker image build process?
Q. What is the purpose of the 'docker-compose scale' command?
Q. Which of the following is NOT a type of Docker network driver?
Discusssion
Login to discuss.