You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version of the Docker beta the following command should start a container and mount a directory with some files to a folder in the container: docker run -it -v terraform/opt busybox
The files that are located in the terraform-folder on the host machine should also be located in the /opt-folder in the container.
Actual behavior
There are no files in the shared folder when the container is started.
Docker info: I have shared the relevant drive in the Docker for Windows GUI. I have tried to remove the shared drive with net share C /delete and share it again to no avail.
Steps to reproduce the behavior
Install the latest version of the Docker beta on latest version of Windows 10
Open a terminal
Run the following command: docker run -it -v terraform:/opt busybox
Go to the shared folder and check for contents
The text was updated successfully, but these errors were encountered:
Expected behavior
Using the latest version of the Docker beta the following command should start a container and mount a directory with some files to a folder in the container:
docker run -it -v terraform/opt busybox
The files that are located in the terraform-folder on the host machine should also be located in the /opt-folder in the container.
Actual behavior
There are no files in the shared folder when the container is started.
Information
net share C /delete
and share it again to no avail.Steps to reproduce the behavior
docker run -it -v terraform:/opt busybox
The text was updated successfully, but these errors were encountered: