DevOps Docker Compose Basics

123456789101112131415161718192021
Across
  1. 3. CLI command for Docker Compose
  2. 5. Primary key
  3. 8. In the motivation, a more flexible way to automate complex Docker commands
  4. 11. In the motivation, one way to automate a complex Docker command
  5. 12. Key equivalent to --workdir
  6. 13. Key required for all docker-compose files
  7. 18. Default filename for Docker Compose
  8. 19. Key for mounting a directory on the host
  9. 21. Key for preventing writing to a directory
Down
  1. 1. Value for mounting a directory on the host
  2. 2. Key for setup equivalent to --mount
  3. 4. Key for directory on the host
  4. 6. CLI command to execute a particular service as with Docker
  5. 7. Key mapped to CMD (or missing CMD) in the image
  6. 9. Key for directory in the container
  7. 10. Major version we will work with
  8. 14. Minor version we will work with
  9. 15. Key for docker image to use for a container
  10. 16. Docker Compose command that allows us to check a Docker Compose file
  11. 17. CLI command to start services
  12. 20. Format of Docker Compose files