Hello, I’m using Docker Secrets and it’s awesome, even with Docker Compose I can “fake” by using files, so I can run locally.
Docker Configs it’s nice too, so we can see in docs we can use in a docker-compose file, follows the same structure as the secrets:
But we can see here: https://github.com/docker/compose/issues/5110 it does not support docker-compose up
, only docker stack deploy
.
So, isn’t this an inconsistency?
docker stack
it may eventually replace Docker Compose(?), but until that happens, I think this is a problem. This makes the transition difficult.
Any thoughts?