Skip to content

Instantly share code, notes, and snippets.

View druonysus's full-sized avatar

Drew Adams druonysus

View GitHub Profile
@druonysus
druonysus / docker-from-chromeos.sh
Created June 15, 2016 16:23 — forked from perpen/docker-from-chromeos.sh
Script for running docker in Chrome OS
#!/bin/sh
## Requires custom kernel to be installed in Chrome OS
## Copies files from my archlinux chroot into a temp folder and runs docker from there.
## Running this on boot of Chrome OS so my version of the docker daemon is upgraded by
## pacman in the chroot.
set -e
chroot=/usr/local/chroots/arch
run=/usr/local/tmp/docker