servicecatalog / oscm-dockerbuild

OSCM docker build files.
Apache License 2.0
3 stars 10 forks source link

Warning with manual startup of docker container #71

Closed ghost closed 4 years ago

ghost commented 7 years ago

[Build] 17.5 2017/11/07

[Steps to reproduce]

stop/remove/start containers
cd /jenkins/docker
docker-compose -f docker-compose-oscm.yml stop oscm-core
docker-compose -f docker-compose-oscm.yml rm -f oscm-core
docker-compose -f docker-compose-oscm.yml up -d oscm-core

[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.

GoebelL commented 5 years ago

@elfriedegoetz Please check if this message still appears.

GoebelL commented 4 years ago

Similar issue with same warning persist when starting and stopping oscm-proxy. @cworf91 Please check.

cworf91 commented 4 years ago

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.

SuessI commented 3 years ago

The issue about the directory will be solved with release 19.1