Unable to create Notebook due to docker local access for file sharing
Closed this issue · 4 comments
Hi @Mobjo , this is a problem similar to what we've seen before. Were you able to share your drive with Docker under the settings tab within the Docker UI? This is required to be able to mount a local volume.
If you're having trouble finding the right username/password pair, it is likely a problem with Active Directory. They don't let you set a password while configuring a new laptop on Windows 10, only a PIN and your fingerprint. You will have to create a new user on your laptop (for the admin credentials) and switch to that user to give it a password. After that you switch back you should be able to log in using that account. The user name would be whatever user is created in your C:\Users folder. This is only recommended if you've set up you current account with a fingerprint password, when switching between accounts, sometimes one can disappear and you won't be able to use your pin to log in again.
Step by step:
- Hit the Windows Button
- Type in Users
- Hit enter.
- Click "Manage another Account"
- Click "Add a new user in PC settings"
- Add a user using an email
- Log into the new user giving it a password
- Switch back to your original account
Let me know if it works or if you need any help. This is a good reference article but it isn't exactly the same list of steps:
https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/
Hi @Mobjo. If the proposed solution doesn't work, the other workaround would be to install using Docker Toolbox as oppose to the Docker App. You'd have to uninstall DSX, uninstall Docker, then install Docker Toolbox and then install DSX once again. For this, you'd have to Disable Hyper-V. I will link how to do that and also the link to Docker Toolbox! You will also need to ensure that AMD-v or VT-x is enabled on your computer. To check if it is, you can run this command in a normal terminal wmic cpu get VirtualizationFirmwareEnabled
.
Disabling Hyper-V: http://www.poweronplatforms.com/enable-disable-hyper-v-windows-10-8/
Docker Toolbox: https://www.docker.com/products/docker-toolbox
Hi @nmarkey10
The last proposed work around with with disabling Hyper-V and Docker Toolbox worked fine. Thanks a lot.