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:10:20 +02:00
parent 19a7bf1573
commit 24a7e40a2f

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>