Closed favilo closed 6 days ago
This waits for child processes to exit before exiting itself. This is necessary, because docker -d will just terminate the container once the main process ends.
docker -d
Also adding ability to log json files.
This waits for child processes to exit before exiting itself. This is necessary, because
docker -d
will just terminate the container once the main process ends.Also adding ability to log json files.