mirror of
https://github.com/teamserverless/k8s-on-raspbian.git
synced 2025-01-18 12:05:31 +00:00
Update docker instructions
I closed #23 which didn't appear to be a bug, but for completeness, it puts each instruction on its own line. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
cb74c04c4f
commit
e35379486b
7
GUIDE.md
7
GUIDE.md
@ -78,8 +78,13 @@ You may also need to make a reservation on your router's DHCP table so these add
|
|||||||
This installs 17.12 or newer.
|
This installs 17.12 or newer.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ curl -sSL get.docker.com | sh && \
|
curl -sSL get.docker.com | sh
|
||||||
|
|
||||||
|
# Add current user to docker group:
|
||||||
|
|
||||||
sudo usermod pi -aG docker
|
sudo usermod pi -aG docker
|
||||||
|
# Refresh groups
|
||||||
|
|
||||||
newgrp docker
|
newgrp docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user