Untitled

From Colorant Teal, 7 Years ago, written in Plain Text, viewed 4 times.
URL https://paste.blessuren.de/view/25b945cc Embed
Download Paste or View Raw
  1. #!/bin/bash
  2.  
  3. docker service create \
  4.     --name portainer \
  5.     --constraint 'node.role == manager' \
  6.     --mount type=bind,src=//opt/portainer,dst=/data \
  7.     --mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \
  8.     --network bnet \
  9.     portainer/portainer \
  10.     -H unix:///var/run/docker.sock

Reply to "Untitled"

Here you can reply to the paste above