Install Docker on Manjaro

Introduction

Let's put Docker in Manjaro installed on Raspberry Pi 4 and set up some server. It's my first Arch system and I'm embarrassed and nervous.

Confirmation environment


$ lsb_release -rd
Description:    Manjaro ARM Linux
Release:        20.09

Docker

Installation

$ sudo pacman -S docker
$ docker --version
Docker version 19.03.12-ce, build 48a66213fe

Give execute permission to general users

$ sudo usermod -aG docker `whoami`

Service activation

I wanted to do systemctl start docker without rebooting, but it didn't start at all. After restarting with systemctl enable docker, it was easy, so this is fine.

$ sudo systemctl enable docker
$ sudo reboot

Docker Compose

Installation

$ sudo pacman -S docker-compose
$ docker-compose --version
docker-compose version 1.27.3, build unknown

in conclusion

The package is quite substantial.

Recommended Posts

Install Docker on Manjaro
Install Docker on Raspberry Pi
Install Docker on Windows 10 PRO
Install Docker on Ubuntu Server 20.04
Install docker on AWS EC2
Install Docker on AWS Ubunt 20.04 LTS
Liberty on Docker
Redmine on Docker
Install docker and docker-compose on Alpine Linux
Install gradle on mac
Install OpenJDK on macOS
Install Java on Mac
Docker installation on CentOS 6
Install Docker on Raspberry Pi 4 and Raspberry Pi OS 64bit
Install Golang on CentOS 8
Install pyqt5 on ubuntu
python notes on docker
Install Neo4j 4.1.3 on centOS
Install Vertica 10.0 on CentOS 6.10
Install Ruby on Ubuntu 20.04
Install PostgreSQL 12 on Centos8
How to install Docker
Install nginx on centOS7
Install lombok on SpringToolSuite4
Install Python 3 on CentOS 7
Install kuromoji on CentOS7
Install Autoware on Ubuntu 18.04.5
Install Mattermost on CentOS 7
Install PostGIS 2.5.5 on CentOS7
Install jpndistrict on CentOS 7
Install openjdk11 on mac
Install Homebrew on Ubuntu 20.04
M.S. docker on Windows
Install Redmine 4.1.1 on CentOS 7
Install OpenJDK 8 on mac
Smokeping Install on CentOS7
Install PostgreSQL 13 on CentOS 7.5
Docker installation on WSL2
Install Composer with Docker
Run phpunit on Docker
Run VS Code on Docker
Install Sidekiq pro on Rails
Install yarn in docker image
Run openvpn on Docker (windows)
Try Docker on Windows 10 Home
Install rbenv on Amazon Linux
Oracle Java 8 on Docker Ubuntu
Install zabbix agent (5.0) on Ubuntu 18.04
Install tomcat on Sakura's VPS
Install OpenFOAM v2006 on CentOS
Install Arudino IDE on Ubuntu 20
Install Java on WSL Ubuntu 18.04
Install Jenkins on Docker's CentOS
Install Ubuntu Desktop 20.10 on RaspberryPi4
Install Apache on CentOS on VirtualBox
Install Arduino IDE on Ubuntu 20.04
Install Rails on macOS Catalina
Install raspi-config on Ubuntu 20.04 (LTS)
Hosted Apicurio Studio on Docker
Install Ruby 2.7 on RHEL 8 (AppStream)
Install WordPress 5.5 on Ubuntu 20.04 LTS