Is there any reason to use start a docker container without using compose?
I have always run docker containers using
docker-compose
, even if it's just a single container. But every guide I see for dockerizing things includes instructions for how to build and run the container without compose, something like
What is the use case for this?0 Replies