This commit is contained in:
Sabrina Smai 2020-10-06 12:11:25 -07:00 коммит произвёл GitHub
Родитель 5b93734b80
Коммит 0d343e1b82
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ When starting a new container using Docker CLI, here's how you mount a local "./
**Mounting Windows host directory to docker (For Windows):**
Local path mounting is not possible without enabling (file share)[https://docs.docker.com/docker-for-windows/#file-sharing] on Windows. The File sharing tab is only available in Hyper-V mode, because in WSL 2 mode and Windows container mode all files are automatically shared by Windows.
Local path mounting is not possible without enabling [file share](https://docs.docker.com/docker-for-windows/#file-sharing) on Windows. The File sharing tab is only available in Hyper-V mode, because in WSL 2 mode and Windows container mode all files are automatically shared by Windows.
> docker run --mount type=bind,source="%CD%\ames_dataset",target=/mnt/data -it datapreparation --input-file-path=/mnt/data --output-train-path=/tmp/train.csv --output-test-path=/tmp/test.csv