Container Crossword

12345678910
Across
  1. 2. Tool used for managing Docker images, repositories, and distribution
  2. 3. Docker networking mode that allows containers to communicate with each other on the same host
  3. 5. The process of creating multiple containers from the same image
  4. 8. Container orchestration tool that works well with Docker
  5. 10. Docker command used to start a container
Down
  1. 1. Lightweight alternative to virtual machines that provides isolated environments for running applications
  2. 4. Tool used for managing and monitoring Docker containers in production
  3. 6. Docker command used to stop a running container
  4. 7. Docker command used to list running containers
  5. 9. Docker command used to build an image from a Dockerfile