Skip to content

Instantly share code, notes, and snippets.

@ybouhjira
Last active October 16, 2017 19:15
Show Gist options
  • Save ybouhjira/4d29c10a6830635d479284db039ee64b to your computer and use it in GitHub Desktop.
Save ybouhjira/4d29c10a6830635d479284db039ee64b to your computer and use it in GitHub Desktop.
Install docker
#!/bin/bash
# author @ybouhjira
set -e
wget https://get.docker.com
mv index.html docker.sh
chmod +x docker.sh
./docker.sh
sudo docker -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment