Feature request:
Is it possible to use docker stack without swarm (and maybe call it docker compose) ?
See also docker/compose#4969
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...
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...