Docker concepts and terminology - Code with Jason

Uncategorized

Docker concepts and terminology - Code with Jason

URL: https://www.codewithjason.com/docker-concepts-terminology/
Type: article
Domain: codewithjason.com

Excerpt: Host machine The host machine is the machine that Docker is running on. When Dockerizing for development, the host machine is typically the laptop that you’re working on. In a production environment, the host machine could be (for example) an AWS EC2 instance. Images and containers Images and containers are sufficiently interrelated that it makes …