Install Docker on Ubuntu 18.04
apt update && apt -y upgrade apt -y install apt-transport-https ca-certificates curl software-properties-common echo „deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable“ > /etc/apt/sources.list.d/docker.list curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – apt
Weiterlesen