Skip to content

Commit 6bf7b68

Browse files
committed
Mention use of sudo with swarm
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]>
1 parent 4d091f9 commit 6bf7b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deployment/docker-swarm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Deployment guide for Docker Swarm
22

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+
35
## 1.0 Initialize Swarm Mode
46

57
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

Comments
 (0)