Skip to content

Commit c45c004

Browse files
committed
Added user mod for ec2 ubuntu instance
1 parent 831ca6a commit c45c004

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lab1-docker-introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ sudo docker run hello-world
3232
sudo usermod -a -G docker azureuser
3333
```
3434

35+
For AWS Ubuntu instance
36+
```
37+
sudo usermod -a -G docker ubuntu
38+
```
39+
3540
---
3641

3742
### **Assignment Tasks**

0 commit comments

Comments
 (0)