hypriot / image-builder-rpi

SD card image for Raspberry Pi with Docker: HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
1.07k stars 168 forks source link

Prepare release notes for next HypriotOS v1.1.0 release #140

Closed DieterReuter closed 8 years ago

DieterReuter commented 8 years ago

HypriotOS 1.1.0

HypriotOS for the Raspberry Pi is a Debian-based Container OS focused on security and minimal size with all the necessary Docker tools already pre-installed. It is heavily inspired by Raspbian and supports absolutely all Raspberry Pi models (1, 2, 3, Zero & Compute Module) out-of-the-box. The Linux kernel is optimized for use of Docker containers and runs on both ARMv6 and ARMv7 CPU's.

From Zero to Docker in five minutes only: Downloading the SD card image, flashing it to a SD card and booting up the Raspberry Pi takes less than five minutes - and the latest Docker Engine is already up and running.

Contents

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        14G  626M   13G   5% /
devtmpfs        427M     0  427M   0% /dev
tmpfs           431M     0  431M   0% /dev/shm
tmpfs           431M   17M  415M   4% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           431M     0  431M   0% /sys/fs/cgroup
/dev/mmcblk0p1   64M   31M   34M  48% /boot

Removed Features

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.1.0/hypriotos-rpi-v1.1.0.img.zip
$ ssh pirate@black-pearl.local
$ sudo apt-get update
$ sudo apt-get upgrade -y
$ sudo reboot

LICENSE

The MIT License (MIT)

StefanScherer commented 8 years ago

LGTM

DieterReuter commented 8 years ago

Release v1.1.0 completed.