This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################# | |
| # 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 |