V
Q. What is the difference between 'docker stop' and 'docker kill'?
'docker stop' sends a SIGTERM signal to gracefully stop a container, while 'docker kill' sends a SIGKILL signal to forcefully stop it.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the default Docker network for containers?
Q. What is the purpose of the 'docker-compose.yml' file?
Q. Which command is used to pull an image from Docker Hub?
Q. Which command is used to tag a Docker image?
Q. Which command is used to remove a running container?
Q. How do you restart services in Docker Compose?
Q. What is the purpose of the 'docker-compose exec' command?
Q. What does the 'docker exec' command do?
Q. What does the 'docker exec -it container_name bash' command do?
Discusssion
Login to discuss.