Answers for "install docker on manjaro linux"

3

install docker on manjaro linux

sudo pacman -S docker
sudo usermod -aG docker $USER
sudo systemctl enable --now docker
sudo systemctl status docker
Posted by: Guest on February-07-2021

Code answers related to "install docker on manjaro linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language