/var/logmarcus chiu

/var/log

❯

Computer

❯

Software/Fullstack Development

❯

5 - Deploy

❯

Virtual Machines vs Containers vs Emulators

❯

Container/Image - Container Runtimes - Container Engine - Container-Based Virtualization - Container Scheduler/Orchestrator/Orchestration/Orchestrating Engine (COE)

❯

Docker

Dockerfile vs Docker Compose File

Created on May 23, 2022

  • Dockerfile describes how to build Docker images (used by the docker command)
  • docker-compose.yaml is to run Docker containers (used by the docker-compose command)