makeporngreatagain.pro
yeahporn.top
hd xxx

Deploying a Service on a Docker Overlay Network

139
  1. List the networks on the host. You should be able to see the default ingress overlay network.
    docker network ls
  2. Create an attachable overlay network.
    docker network create --driver overlay --attachable my-overlay
  3. Create a service that uses that network, then test the network by attaching a container to it and using the container to communicate with the service.
    docker service create --name overlay-service --network my-overlay --replicas 3 nginx
    docker run --rm --network my-overlay radial/busyboxplus:curl curl overlay-service:80

Comments are closed, but trackbacks and pingbacks are open.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.