dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
169 stars 44 forks source link

Support for running `detached` apps? #131

Closed fr3fou closed 2 years ago

fr3fou commented 2 years ago

I'm trying to deploy cAdvisor on my server and noticed that If I try to use the dokku_docker_options library with the --detach=true option, I would get the following error: image What would be a clean way to implement running apps in detached mode?

ltalirz commented 2 years ago

I don't know enough about what you're trying to accomplish here. Thoughts @josegonzalez ?

josegonzalez commented 2 years ago

All containers already run in detached mode, you don't need to add that flag.