Skip to content

Instantly share code, notes, and snippets.

View martonsereg's full-sized avatar

Marton Sereg martonsereg

  • Budapest, Hungary
View GitHub Profile
@martonsereg
martonsereg / bootlocal.sh
Last active August 29, 2015 14:06 — forked from lalyos/bootlocal.sh
bootlocal script for boot2docker to use custom subdomain for docker
#################
# set your custom network here:
#################
B2D_NETWORK=172.20.0.1
#################
# install bridge-utils extension into tinycore
#################
[ -f /var/lib/boot2docker/bridge-utils.tcz ] || curl -Lo /var/lib/boot2docker/bridge-utils.tcz ftp://ftp.nl.netbsd.org/vol/2/metalab/distributions/tinycorelinux/4.x/x86/tcz/bridge-utils.tcz
# tce-load should'nt bee run as sudo