Cli: Use docker stack deploy without swarm

Created on 29 Jun 2017  路  2Comments  路  Source: docker/cli

Feature request:
Is it possible to use docker stack without swarm (and maybe call it docker compose) ?
See also docker/compose#4969

kinquestion

Most helpful comment

But why another tool (docker-compose) to do nearly the same, or better, less ?
According to "Batteries included, but replaceable", and IMHO I think docker-compose should become docker compose...

All 2 comments

docker stack is designed to work with swarm mode. It will never work with non-service containers. You can use docker-compose to run containers without swarm mode.

But why another tool (docker-compose) to do nearly the same, or better, less ?
According to "Batteries included, but replaceable", and IMHO I think docker-compose should become docker compose...

Was this page helpful?
0 / 5 - 0 ratings