Archlinux下安装docker、docker-compose、TiDB - 简书
https://www.jianshu.com/p/1edc97bfbaa622.03.2019 · Archlinux下安装docker、docker-compose、TiDB 一、安装docker 1、安装docker > sudo pacman -S docker 查看版本 [zls@archlinux tidb-docker-compose]$ sudo docker version [sudo] zls 的密码: Client: Version: 18.09.3-ce API version: 1.39 Go version: go1.12 Git commit: 774a1f4eee Built: Thu Feb 28 20:38:40 2019 OS/Arch: linux/amd64 Experimental: false Server: …
docker-compose multi arch - Stack Overflow
https://stackoverflow.com/questions/5729638531.07.2019 · Docker images can be built for multi architectures. This is usually done by creating a specific image per architecture, and then creating manifest as a proxy to the right image depending on the system that pulls the image. That's great. Now, with docker-compose, it's also possible to build images, but I don't see a way to build the image ...
Docker - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/DockerInstallation. Install the docker package or, for the development version, the docker-git AUR package. Next start and enable docker.service and verify operation: # docker info Note that starting the docker service may fail if you have an active VPN connection due to IP conflicts between the VPN and Docker's bridge and overlay networks.