Files
video-assets/docker/install-docker.md
T

5 lines
199 B
Markdown

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
```