Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

docker-start-services not support multi-times execute. #609

Closed
katepangLiu opened this issue Apr 27, 2022 · 2 comments · Fixed by #610
Closed

docker-start-services not support multi-times execute. #609

katepangLiu opened this issue Apr 27, 2022 · 2 comments · Fixed by #610

Comments

@katepangLiu
Copy link
Contributor

What did you do?

make docker-start-services twice.

What did you expect?

make docker-start-services can be executed multi-times.

What happened?

[root@pang ion]# make docker-start-services
docker-compose pull
Pulling nats     ... 
Pulling nats     ... done
Pulling islb     ... 
Pulling islb     ... done
Pulling signal   ... 
Pulling signal   ... done

docker network create ionnet
Error response from daemon: network with name ionnet already exists
@ruidanwang
Copy link

must delete docker network before make docker-start-services
docker network rm ionnet

@katepangLiu
Copy link
Contributor Author

must delete docker network before make docker-start-services docker network rm ionnet

Yep, if ionnet is not an external network, it can be create/rm by docker-compose automatically.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants