Wiki page docker changed with summary [[Start] deleted sudo to be consistent with other tutorials] by Dan

This commit is contained in:
ORG_User 2024-05-12 00:06:09 +02:00
parent 49a2f80b63
commit b9b69c2611

View file

@ -13,5 +13,5 @@ pacman -S docker docker-compose
===== Start =====
<code>
sudo systemctl enable --now docker.service
systemctl enable --now docker.service
</code>