Skip to content

Instantly share code, notes, and snippets.

info: reading kernel config from /proc/config.gz ...
Generally Necessary:
- cgroup hierarchy: properly mounted [/sys/fs/cgroup]
- CONFIG_NAMESPACES: enabled
- CONFIG_NET_NS: enabled
- CONFIG_PID_NS: enabled
- CONFIG_IPC_NS: enabled
- CONFIG_UTS_NS: enabled
- CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
@hypriot
hypriot / prepare-docker-for-raspberry-pi.md
Last active November 22, 2016 23:22
Prepare your Raspberry Pi for Docker

Download our SD card image

wget http://assets.hypriot.com/hypriot-rpi-20150301-140537.img.zip

If prefer to download it using your browser, click here to download the Hypriot SD card image.

Unzip the image file

unzip hypriot-rpi-20150301-140537.img.zip
@hypriot
hypriot / Linux
Last active August 29, 2015 14:15
Flashing the Raspberry Pi image to your SD card
describe it here