Commit 7a73170b by Vinh Nguyen

Update docker.md

parent 5e3c97d9
...@@ -24,7 +24,7 @@ docker -d & ...@@ -24,7 +24,7 @@ docker -d &
### Assign non-root access to docker daemon ### Assign non-root access to docker daemon
For example, we need to give `docker` access to user ventura For example, we need to give `docker` access to user `ventura`
Step 1: create group `docker`(if not exist) Step 1: create group `docker`(if not exist)
...@@ -37,3 +37,9 @@ Step 2: add existing usere to `docker` group ...@@ -37,3 +37,9 @@ Step 2: add existing usere to `docker` group
```bash ```bash
usermod -a -G docker ventura usermod -a -G docker ventura
``` ```
Step 3: Test command:
``bash
docker version
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment