apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.2k stars 1.3k forks source link

build foundationdb docker image failed in Windows 10 with docker tool box environment #294

Open structure-charger opened 6 years ago

structure-charger commented 6 years ago

I try to build the useful image obey the official guide , but always failed in the last step, my docker tool box version is 18.03.0-ce ,my command: docker run -it -v '/e/source/gitSource/foundationdb:/opt/foundationdb' foudationdb/build:v0.1 /bin/bash or docker run -it -v /e/source/gitSource/foundationdb:/opt/foundationdb foudationdb/build:v0.1 /bin/bash after execute my command,the result in running docker image is below:

`$ docker run -it -v '/e/source/gitSource/foundationdb:/opt/foundationdb' foudationdb/build:v0.1 /bin/bash

root@0e0750de1365:/# cd opt

root@0e0750de1365:/opt# ls boost_1_52_0 foundationdb libressl-2.6.4 libressl-2.6.4.tar.gz libressl-2.6.4.tar.gz.asc libressl.asc

root@0e0750de1365:/opt# cd foundationdb/

root@0e0750de1365:/opt/foundationdb# ls *

root@0e0750de1365:/opt/foundationdb# cd *

root@0e0750de1365:/opt/foundationdb/*# ll total 0 drwxr-xr-x 2 root root 40 May 3 06:23 ./ drwxr-xr-x 3 root root 60 May 3 06:23 ../

root@0e0750de1365:/opt/foundationdb/*#`

alexmiller-apple commented 6 years ago

This looks like your /e/source/gitSource/foundationdb doesn't contain the founationdb sources? There's only a directory named '*'.