Trying to figure out the difference between docker
and docker-compose
, it looks like the docker-compose
CLI effectively provides a means of running the docker
CLI indirectly via configuration (What is the difference between docker and docker-compose).
Is there anything that you can do with the docker
CLI that COULDN'T be specified in docker-compose.yml
?