Skip to content

Does this support docker swarm? #469

Answered by abiosoft
trajano asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah, though assigning a network address is required for the services (for now).

colima start --network-address

use the IP address from colima ls as advertise address

 docker swarm init --advertise-addr 192.168.106.2

access the services via the IP address

curl http://192.168.106.2:8080

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@genki
Comment options

Answer selected by trajano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants