Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blocking ordering between non-Windows service stops
Windows based services stopping will block until the docker container stops (ie: if docker::run::stop_wait_time has been set to !=0) service based stops do not - this adds that dependency in so that containers are not attempted to be removed until the service has stopped
- Loading branch information