Skip to content

Instantly share code, notes, and snippets.

View TilmanGriesel's full-sized avatar
🏠
Working from home

Tilman Griesel TilmanGriesel

🏠
Working from home
  • Kempten (Allgäu), Germany
View GitHub Profile
@TilmanGriesel
TilmanGriesel / install-docker.sh
Last active August 3, 2017 15:03
Install Docker CE on Stretch
#!/bin/sh
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common -y
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce -y
sudo docker run hello-world

Keybase proof

I hereby claim:

  • I am TilmanGriesel on github.
  • I am griesel (https://keybase.io/griesel) on keybase.
  • I have a public key whose fingerprint is 3510 619E E1AC 2B95 9A6B E11D 1533 8270 F68E E2C9

To claim this, I am signing this object: