Skip to content

Instantly share code, notes, and snippets.

@vallettea
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save vallettea/442e0817ca10fabdd3ec to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/442e0817ca10fabdd3ec to your computer and use it in GitHub Desktop.
Preparing Odoid-c1 for combat

configure network

resize partition

cd /tmp
wget -O resize.sh http://forum.odroid.com/download/file.php?id=502&sid=6afc415a6c6c7f04560e1ecce3960554
chmod +x resize.sh
sudo ./resize.sh
sudo reboot
#again
sudo ./resize.sh

install docker

sudo apt-get update
sudo apt-get install -y lxc aufs-tools cgroup-lite apparmor docker.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment