Skip to content

Instantly share code, notes, and snippets.

View mnadjit's full-sized avatar

Mehdi Tehrani mnadjit

  • Melbourne Australia
View GitHub Profile
@mnadjit
mnadjit / install_docker.sh
Last active April 10, 2018 14:45
Debian Raspberry Pi (Raspbian) Scripts
#!/bin/bash
sudo apt-get remove docker docker-engine docker.io
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
echo "Please enter username to add to Docker group to run Docker as non-root user:"
read username