Answers for "docker container install manjaro"

4

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
1

docker install manjaro

pamac install docker docker-compose docker-machine
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 "Shell/Bash"

Browse Popular Code Answers by Language