How to install Docker on Arch Linux 2016

This tutorial is going to show you how to install Docker on Arch Linux 2016. Installing Docker on Arch Linux can be done in two ways. If you like GUI way, you may use Pamac software manager or we can use Terminal console to instal Docker. When this post is written, Docker 1.12 is available on Arch Linux repository.

Steps to install Docker on Arch Linux

Via Terminal

sudo pacman -S docker

install docker on arch.gif

Once completed, start Docker daemon with this command

sudo systemctl start docker

start docker.gif

At this point, Docker is installed on Arch Linux. Have a try. I will post more about Arch Linux on this blog.

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *