Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos and Polish in BUILDING #38

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ This requires a recent version of docker ( 1.4.1 and higher are known to work ).

## How it works
By using the mounted volumes feature of Docker this image will wrap itself around the directory from which it is started.
So the files within the docker environment are actually the same as outsite.
So the files within the docker environment are the same as those outside.

A very valid way of working is by having your favourite IDE that has the project
open and a commandline into the docker that has the exact right tools to do the full build.
A very valid way of working is by having your favorite IDE that has the project
open and a command line into the docker that has the exact right tools to do the full build.

## Using it on Linux:
Install Docker and run this command:
Expand All @@ -57,11 +57,11 @@ First make sure Homebrew has been installed ( http://brew.sh/ )
The prompt which is then presented is located at a mounted version of the source tree
and all required tools for testing and building have been installed and configured.

Note that from within this docker environment you ONLY have access to the source
Note that from within this docker environment, you ONLY have access to the source
tree from where you started.

## Known issues:
On Mac with Boot2Docker the performance on the mounted directory is currently extremely slow.
On Mac with Boot2Docker, the performance on the mounted directory is currently extremely slow.
This is a known problem related to boot2docker on the Mac.
https://github.com/boot2docker/boot2docker/issues/593
This issue has been resolved as a duplicate, and they point to a new feature for utilizing NFS mounts as the proposed solution:
Expand Down