Code: Select all
[geev03@pi ~]$ sudo pacman -S docker
resolving dependencies...
looking for conflicting packages...
Package (4) New Version Net Change Download Size
core/bridge-utils 1.6-3 0.06 MiB 0.02 MiB
community/containerd 1.2.8-1 89.75 MiB 16.67 MiB
community/runc 1.0.0rc8-2 8.72 MiB 1.94 MiB
community/docker 1:19.03.1-1 149.89 MiB 25.25 MiB
Total Download Size: 43.88 MiB
Total Installed Size: 248.42 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
bridge-utils-1.6-3-... 15.4 KiB 770K/s 00:00 [######################] 100%
runc-1.0.0rc8-2-aarch64 1988.4 KiB 1657K/s 00:01 [######################] 100%
containerd-1.2.8-1-... 16.7 MiB 2.15M/s 00:08 [######################] 100%
docker-1:19.03.1-1-... 25.2 MiB 2.09M/s 00:12 [######################] 100%
(4/4) checking keys in keyring [######################] 100%
(4/4) checking package integrity [######################] 100%
(4/4) loading package files [######################] 100%
(4/4) checking for file conflicts [######################] 100%
(4/4) checking available disk space [######################] 100%
:: Processing package changes...
(1/4) installing bridge-utils [######################] 100%
(2/4) installing runc [######################] 100%
(3/4) installing containerd [######################] 100%
(4/4) installing docker [######################] 100%
Optional dependencies for docker
btrfs-progs: btrfs backend support [installed]
pigz: parallel gzip compressor support
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
(2/4) Reloading system manager configuration...
(3/4) Reloading device manager configuration...
(4/4) Arming ConditionNeedsUpdate...
[geev03@pi ~]$ sudo systemctl start docker
[geev03@pi ~]$ sudo docker run -it alpine /bin/sh