No replicas running in Docker for beginner chapter 3
Closed this issue · 2 comments
TQuy commented
when I run docker swarn init, there is a notification
Error response from daemon: could not choose an IP address to advertise since this system has multiple addresses on interface wlp2s0 (2405:4803:c743:3030:decd:35a2:df24:9c2 and 2405:4803:c743:3030:1a5b:64c3:78a0:f42d) - specify one with --advertise-addr
Then I run docker swarm init --advertise-addr 2405:4803:c743:3030:decd:35a2:df24:9c2. Next, I continue follow the tutorial till the step docker stack services vote but there is no replicas running

wlbwlbwlb commented
did you solve this problem?
TQuy commented
did you solve this problem?
I didn't