Add docker/install-docker.md
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Docker itself is really easy to install and get going. Assuming you are running Ubuntu or other Linux apt server, start by updating the system.
|
||||
|
||||
```
|
||||
sudo apt-get update && sudo apt-get upgrade -y
|
||||
```
|
||||
Reference in New Issue
Block a user