Closed KevinGage closed 3 years ago
Some docker containers require the --init option to reap their sub processes. The init option is described here https://docs.docker.com/engine/reference/commandline/run/
I don't see a way to provide this flag to containers created by salt.
Just pass init: true per python docs: https://docker-py.readthedocs.io/en/stable/containers.html
init: true
Some docker containers require the --init option to reap their sub processes. The init option is described here https://docs.docker.com/engine/reference/commandline/run/
I don't see a way to provide this flag to containers created by salt.