Update Linux compilation instructions
This commit is contained in:
parent
cd55021baf
commit
c31c0f5dfa
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue