Browse Source

Create docker guide to install docker

DricomDragon 3 years ago
parent
commit
6c43fc6974
1 changed files with 15 additions and 0 deletions
  1. 15 0
      Guides/container.md

+ 15 - 0
Guides/container.md

@@ -0,0 +1,15 @@
+# Containers
+
+Lightweight virtualization
+
+## Docker
+
+### Install on Ubuntu
+
+```sh
+sudo apt install docker-io
+sudo usermod -aG docker jovian
+```
+
+Then reboot for group modification to take effect.
+