This is a customization of the offical boot2docker iso image. A static IP address can be configured on the host instead of using dhcp by default.I use this iso to boot physical machine for docker related testing or development.
- Edit staticip.sh to put your own IP address.
- Build the image:
docker build -t boot2docker .
- Export the ISO:
docker run --rm boot2docker > boot2docker.iso
P.S. user/password docker/tcuser