Debian10 Docker19 Compose - ewsdocker/ewsdocker.github.io GitHub Wiki
1. Install docker-compose
Goto the docker-compose releases page (https://github.com/docker/compose/releases/) and select the newest release. Download and install docker-compose
curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
2. Test installation:
docker-compose --version
Installing Docker-CE for Debian |
||
---|---|---|
Get Docker CE for Debian | at | Docker Docs |
How-to Install Docker Engine on Diabian 9 Strecth Linux | at | Linux Config |
Docker Community Edition for Debian | at | Docker Docs |
Post Installation Steps for Linux | at | Docker Docs |
Blowb – 3.2. Install Docker | at | Blowb Docs |
Installing Docker Compose for Debian |
||
Install Docker Compose | at | Docker Docs |
How to install docker-compose on Debian 9 (Stretch) | at | How To Install |
DNS Masq and Overriding Docker DNS Servers |
||
Blowb – 3.3. Set up Dnsmasq | at | Blowb Docs |
Overriding Docker DNS Servers | at | The Codeface |