You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I execute the command docker service scale accountservice=3,
use the curl $ManagerIP:6767/accounts/10000 command to verify that all the same ip is returned to the service without seeing the ip transform. effect...
use command:
docker service inspect $service
docker inspect $container
The text was updated successfully, but these errors were encountered:
Hello, when I execute the command
docker service scale accountservice=3
,use the
curl $ManagerIP:6767/accounts/10000
command to verify that all the same ip is returned to the service without seeing the ip transform. effect...use command:
The text was updated successfully, but these errors were encountered: