• Dockerfiles are used to build Docker images
  • docker-compose.yaml files are used to manage services composed of multiple containers
  • Using docker-compose we can create a docker image without a base image while we can’t do that using a Dockerfile