Boot2docker
- Quick-Start: Run Boot2Docker (located in Applications), which will open a terminal window. Then, start a test container with:
docker run hello-world
- To save and share container images, automate workflows, and more sign-up for a free Docker Hub account.
- You can upgrade your existing Boot2Docker VM without data loss by running:
boot2docker upgrade
- The docker and boot2docker binaries are in /usr/local/bin which you can access from your terminal.
For further information, please see the Docker OS X installation documentation.