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
For the Docker Swarm deployment guide we should mention the use
of sudo for Linux users who do not want to give their accounts
access to the docker group. [0]
[0] openfaas/faas#664
Signed-off-by: Alex Ellis (VMware) <[email protected]>
Copy file name to clipboardExpand all lines: docs/deployment/docker-swarm.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Deployment guide for Docker Swarm
2
2
3
+
> Note: If you need to use `sudo` to access the `docker` CLI then you should prefix this behind any shell scripts or CLIs used in this guide or any related tutorials.
4
+
3
5
## 1.0 Initialize Swarm Mode
4
6
5
7
You can create a single-host Docker Swarm on your laptop with a single command. You don't need any additional software to Docker 17.06 or greater. You can also run these commands on a Linux VM or cloud host.
0 commit comments