-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Description of the issue
I use docker-compose to running service with a docker-compose.yml.
(python service,mongo,redis)
everytime python codes are updated,it will be run.
docker-compose build --build-arg
docker-compose up -d --remove-orphans
Context information (for bug reports)
Output of docker-compose version
docker-compose version 1.23.2, build 1110ad01
Output of docker version
Client:
Version: 18.09.2
API version: 1.39
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:50 2019
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 03:42:13 2019
OS/Arch: linux/amd64
Experimental: false
Output of docker-compose config
(Make sure to add the relevant -f and other flags)
(paste here)
Steps to reproduce the issue
this error disappeared when I rerun the same process (I use bitbucket to do this)
Observed result
Expected result
Stacktrace / full error message
I am running a service and have a container name (abc).
ERROR: for abc Renaming a container with the same name as its current name
Additional information
Host Ubuntu 16.04
tony-ist, MrMinimal, leocavalcante, ericb-summit, Aposhian and 6 more