Skip to content

Instantly share code, notes, and snippets.

@RyosukeKamei
Last active September 11, 2016 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyosukeKamei/9e37bd1b97cc6c257b4ed9496b744cee to your computer and use it in GitHub Desktop.
Save RyosukeKamei/9e37bd1b97cc6c257b4ed9496b744cee to your computer and use it in GitHub Desktop.
RaspberryPi3(ラズパイ)にDockerとGitをインストール ref: http://qiita.com/RyosukeKamei/items/147948845cd4c2c1d7b4
$ sudo systemctl restart docker
$ sudo apt-get install -y git
$ eval `ssh-agent`
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo git --version
$ sudo dpkg -i docker-hypriot_1.10.3-1_armhf.deb
$ sudo usermod -aG docker pi
$ sudo wget https://downloads.hypriot.com/docker-hypriot_1.10.3-1_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment