Some really cool feature would be cli add to
Where you can specify a template for service X and just add it to a project
Would speed up the creation a lot. Service X could be redis/postgresql/mysql/mariadb ...
Those services which you need additionally
The get-ip feature is really nice. doing an inspect and then extract the ip from the json via jq is painful. Always need to look that up
Would be nice to have this also dns entries of the docker dns resolver
*I think I would not really use the logs feature so much because to get logs is already straight forward in docker/docker-compose. But some correlation feature for logs would be nice. In example you have a service which is scaled on 3 different nodes. Of course you can get the individual logs and the service logs but it's always a pain. It would be nice to easily switch between the logs or have it also side by side. or in example nginx/apache -> app (flask/django). Connect these to logs based on the request-id.
What is also some kind of pain for me, is change secrets/configs without shutting down the stacks. It needs a lot of manual steps. Would be also nice to see some naming convention for secrets/configs there.
identifying all pre defined volumes of an image would be also a nice feature. Sometimes I have a lot of anonymous volumes. ... and I need manually inspect them to find out what it was
cc @jloehel