Skip to content

Instantly share code, notes, and snippets.

@mufti1
Last active September 16, 2019 15:36
Show Gist options
  • Save mufti1/e256b222dd931acf61806f3bcb5926e8 to your computer and use it in GitHub Desktop.
Save mufti1/e256b222dd931acf61806f3bcb5926e8 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt update
apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common -y
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
apt update
apt install docker-ce -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment