Wiki page docker changed with summary [created] by Daniel

This commit is contained in:
ORG-wiki 2023-01-01 21:22:37 +01:00
parent 9478a8d9f5
commit 5b2ce2b921
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
====== Docker ======
[[https://en.wikipedia.org/wiki/Docker_(software)|Docker]] is a utility to pack, ship and run any application as a lightweight container.
===== Packages =====
<code>
pacman -S docker docker-compose
</code>
===== Start =====
<code>
sudo systemctl enable --now docker.service
</code>