- True/false: You use the FROM and TO directives to define a multi-stage Dockerfile.
- True/false: The docker command --rm flag automatically deletes a container after it has exited.
- True/false: When you run your workflow, you should only build application artifacts once.
- True/false: When running the docker-compose run command with no additional flags, if the targeted services started fails with an error, docker-compose will exit with a non-zero code.
- True/false: When running the docker-compose up command with no additional flags, if one of the services started fails with an error, docker-compose will exit with a non-zero code.
- True/false: You should configure a Docker Compose version of 3.x if you want to use Docker Swarm.
- You configure the service_healthy condition on a dependency of a service in your Docker file. Then you run the service using...