Stop only one docker container via dokku

211 views Asked by At

I have dokku v0.11.3 and I use DOKKU_SCALE to scale my containers. I want to stop only one docker container. How can I do this? I thought that it's possible via dokku ps:scale app_name proc_name=0 but it doesn't work in my situation. Dokku always scales containers according to DOKKU_SCALE file when I use this command.

Is it possible to stop only one container if I use DOKKU_SCALE file?

Right now, I can do this only via docker stop

0

There are 0 answers