Add docker/install-docker.md

This commit is contained in:
2026-04-30 06:13:09 -05:00
parent 225e12e72f
commit 1b05a354e3
+5
View File
@@ -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
```