Update Linux compilation instructions

This commit is contained in:
Umar Farouk Umar 2018-04-23 14:43:09 +01:00 committed by GitHub
parent cd55021baf
commit c31c0f5dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ Developers on a OS for which there is no binary package, or who would like to st
#### Linux
1. Install [Docker](https://www.docker.com/).
1. Build Linux docker image using the file `Dockerfile` located in the `build` source directory.
1. Check out the foundationdb repo.
1. Build Linux docker image using the file `Dockerfile` located in the `build` source directory.
1. Run the docker image interactively [Docker Run](https://docs.docker.com/engine/reference/run/#general-form) with the directory containing the foundationdb repo mounted [Docker Mounts](https://docs.docker.com/storage/volumes/).
`docker run -it -v '/local/dir/path/foundationdb:/docker/dir/path/foundationdb' /bin/bash`
1. Navigate to the mounted directory containing the foundationdb repo.