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
Sometimes docker fails to start with an error message that it tries to create a shared folder that already exists on host:
Error response from daemon: error while creating mount source path: mkdir /host_mnt/c: file exists.
This is mainly known from Docker on Windows.
It is a bug of Docker or MS Windows. x11docker cannot do anything about it.
Bug reports and workarounds here: docker/for-win#1560
The most promising workaround seems to go into Docker settings and do "Reset credentials" under "Shared Drives", than restart Docker.
The text was updated successfully, but these errors were encountered:
mviereck
changed the title
docker-for-win: Error response from daemon: error while creating mount source path: mkdir /host_mnt/c: file exists.
[docker-for-win] Error response from daemon: error while creating mount source path: mkdir /host_mnt/c: file exists.
Jan 25, 2019
mviereck
changed the title
[docker-for-win] Error response from daemon: error while creating mount source path: mkdir /host_mnt/c: file exists.
docker-for-win: Error response from daemon: error while creating mount source path: mkdir /host_mnt/c: file exists.
Feb 9, 2019
Coming from #87
Sometimes docker fails to start with an error message that it tries to create a shared folder that already exists on host:
This is mainly known from Docker on Windows.
It is a bug of Docker or MS Windows. x11docker cannot do anything about it.
Bug reports and workarounds here: docker/for-win#1560
The most promising workaround seems to go into Docker settings and do "Reset credentials" under "Shared Drives", than restart Docker.
The text was updated successfully, but these errors were encountered: