Closed ghost closed 4 years ago
@elfriedegoetz Please check if this message still appears.
Similar issue with same warning persist when starting and stopping oscm-proxy. @cworf91 Please check.
In the QuickStart Guide (point 3.5) it is described that the compose file from the proxy is in the /docker directory. That was changed by a fix and is now in the /docker/ proxy directory.
The issue about the directory will be solved with release 19.1
[Build] 17.5 2017/11/07
[Steps to reproduce]
[Expected result] no errors and warnings
[Observed result] docker-compose -f docker-compose-oscm.yml up -d oscm-core results in: WARNING: Found orphan containers (proxy) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[Details] To manually restart (with rm) of a container can be necessary, e.g. when certificates are exchanged. The warning makes you think something is wrong. Can it be avoided? I put this to minor because I assume that this does not cause malfunction of the system.