Actualités

While Docker Compose is normally used for development and testing, it can also be used for deploying production applications. For the sake of this tutorial, I concentrate on dev-and-test scenarios.
Both docker run and docker compose can be used to run a Docker container. That is how these two Docker constructs are similar. But that’s where the similarities end.