-
Notifications
You must be signed in to change notification settings - Fork 40
Setup Docker on Raspi
Helge Heß edited this page Apr 19, 2017
·
9 revisions
- on the Mac (replace XYZ wit the disk number)
- Download Hypriot image: https://blog.hypriot.com/downloads/
unzip
- insert an empty SD card into your Mac
diskutier list
diskutil unmountdisk /dev/diskXYZ
sudo dd if=~/Downloads/hypriotos-rpi-v1.4.0.img of=/dev/diskXYZ bs=1m
diskutil unmountdisk /dev/diskXYZ
-
insert Hypriot SD card into RaspberryPi, connect to network, then power
-
on the Mac
- find zPi3 IP address
- grab your IP (e.g. ipconfig getifaddr en0)
nmap -sP THE-IP-ADDRESS/24 | grep black-pearl
-
ssh-copy-id pirate@zpi3
(default password ishypriot
) -
ssh pirate@THE-IP-ADDRESS
docker info
change password
- Next you may want to setup your Mac to remote control the Raspi Docker
Brought to you by The Always Right Institute. We like feedback, GitHub stars, presumably any form of praise you can think of. We don't like people who are wrong.