Skip to content

Commit fac102f

Browse files
committed
Add step to add user to group
A user complained they could not access docker after installation. Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 1f7eb6d commit fac102f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For Linux, install Docker Engine:
1616

1717
```bash
1818
curl -fsSL https://get.docker.com | sudo bash
19+
sudo usermod -aG docker $USER # to give user permission to access docker daemon
1920
```
2021

2122
Docker Model Runner is included in the above tools.

0 commit comments

Comments
 (0)