Installation on Arch Linux (Engine)
Arch Linux
Installing on Arch Linux can be handled via the package in community:
or the following AUR package:
The docker package will install the latest tagged version of docker. The docker-git package will build from the current master branch.
Dependencies
Docker depends on several packages which are specified as dependencies in the packages. The core dependencies are:
- bridge-utils
- device-mapper
- iproute2
- sqlite
Installation
For the normal package a simple
$ sudo pacman -S docker
is all that is needed.
For the AUR package execute: