G
Q. What is the purpose of the ADD instruction in a Dockerfile?
The ADD instruction copies files or directories from the host into the container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command is used to create a Docker network?
Q. What is the purpose of the USER instruction in a Dockerfile?
Q. Which of the following is a valid Docker network driver?
Q. What does the 'docker exec -it container_name bash' command do?
Q. What is the purpose of the 'docker-compose config --hash' command?
Q. What is the purpose of the 'docker save' command?
Q. Which of the following is true about Docker containers?
Q. What does the '--rm' flag do when running a Docker container?
Q. Which command can be used to get detailed information about a Docker container?
Q. Which of the following is used to allocate a specific amount of CPU to a Docker container?
Discusssion
Login to discuss.