Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created January 19, 2017 06:40
Show Gist options
  • Save cicorias/3f9485c50a8adcac42cd313410634266 to your computer and use it in GitHub Desktop.
Save cicorias/3f9485c50a8adcac42cd313410634266 to your computer and use it in GitHub Desktop.
Docker on 16.10 Ubuntu
#!/usr/bin/env bash
sudo apt update
sudo apt install docker.io -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment