574n13y / Aws

Aws using Iaac
https://574n13y.github.io/Aws
Other
2 stars 0 forks source link

Task 3 #6

Closed 574n13y closed 8 months ago

574n13y commented 8 months ago

Task 3 - Install Docker

```
sudo apt-get update 
sudo apt-get install docker.io -y 
sudo usermod -aG docker $USER 
newgrp docker 
sudo chmod 777 /var/run/docker.sock

```
574n13y commented 8 months ago

Task completed