Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Update installation-docker.rst
Browse files Browse the repository at this point in the history
Changing feature to featured and changing "based in a linux kernel" to "based on a linux kernel"
  • Loading branch information
priyankt68 committed Jan 26, 2017
1 parent ee81ab0 commit 62c8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/installation-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Running Docker on Mac

Here are some notes regarding running Docker on Mac.

* Docker cannot run natively on Mac because it is based in a Linux kernel specific featured called LXC.
* Docker cannot run natively on Mac because it is based on a Linux kernel specific feature called LXC.
* When running docker in Mac via **boot2docker** you are running a lightweight Linux VM in Virtualbox that hosts the docker daemon and the LXC containers.
* We are running docker client in our host system that connects to the docker daemon inside boot2docker VM.
* We are using docker's *volume sharing* feature in order to share the source code with the Mozillians container. This is not directly supported in Mac. As a workaround boot2docker implements this feature by sharing the folder with Virtualbox first.
Expand Down

0 comments on commit 62c8d4f

Please sign in to comment.