Created
April 21, 2016 17:36
-
-
Save a-h/d26e377c8d1d2dd59af7603243916806 to your computer and use it in GitHub Desktop.
Setup RPI Mongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sSL http://downloads.hypriot.com/docker-hypriot_1.8.1-1_armhf.deb >/tmp/docker-hypriot_1.8.1-1_armhf.deb | |
| sudo dpkg -i /tmp/docker-hypriot_1.8.1-1_armhf.deb | |
| rm -f /tmp/docker-hypriot_1.8.1-1_armhf.deb | |
| sudo sh -c 'usermod -aG docker $SUDO_USER' | |
| sudo systemctl enable docker.service | |
| docker pull dhermanns/rpi-mongo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment