Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 402 Bytes

Boot2Docker for Mac OS X Installer

Installation instructions available on the Docker documentation site.

How to build

$ docker rm build-osx-installer;true &&\
 docker build -t osx-installer . &&\
 docker run --privileged -i -t --name build-osx-installer osx-installer &&\
 docker cp build-osx-installer:/dmg/Docker.pkg .