-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi,
I am trying to start the docker container with SMART but the last 2 steps with docker-compose run --rm smart_backend ./migrate.sh and docker-compose up are sending me errors at the smart_frontend and smart-backend. Here is the log of the error:
Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "rootfs_linux.go:58: mounting \"/host_mnt/c/Users/jp-qu/Documents/SMART/frontend\" to rootfs \"/var/lib/docker/overlay2/19fa56e72b84bb936a54ca60e2595acdededaa42735a945518f6379dcf520c11/merged\" at \"/var/lib/docker/overlay2/19fa56e72b84bb936a54ca60e2595acdededaa42735a945518f6379dcf520c11/merged/code/frontend\" caused \"mkdir /var/lib/docker/overlay2/19fa56e72b84bb936a54ca60e2595acdededaa42735a945518f6379dcf520c11/merged/code/frontend: file exists\""": unknown``
I am trying it at a Windows Laptop with Windows 10 Pro 64bit.
Could you give me any advice how to fix this problem or bug? Thanks a lot.