Docker & Docker-Compose
Docker
Install
apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-commonecho 'deb https://download.docker.com/linux/debian stretch stable' > /etc/apt/sources.listapt-get update
apt-get install docker.io docker-composeCreating a Docker Network

Verify

Last updated