Skip to main content

Docker CE einfach installieren

## install docker compose ##
bash <(wget -qO- https://get.docker.com)

## install docker compose with wget in a string##
apt install wget && bash <(wget -qO- https://get.docker.com)