-
Notifications
You must be signed in to change notification settings - Fork 4
Docker
Syed Sayem edited this page May 16, 2019
·
1 revision
Open Terminal or connect to Arch Linux via SSH. Then execute this command to install Docker
pacman -S docker
Before you can use Docker on Arch Linux, you have to start
and enable
the Docker daemon using system:
$ systemctl start docker.service
To start on system boot:
$ systemctl enable docker.service
Add user to the docker group
$ sudo usermod -aG docker sayem
Logout and login as the user
- Home
- Bootable USB Installer
- BIOS
- Pre-installation
- Installation
- Configure System
- Post Installation
- Extra
- Troubleshooting
- Development
- DevOps