-
Notifications
You must be signed in to change notification settings - Fork 35
Invalid mount config for type "bind": source path must be a directory #298
Comments
I've been investigating this further. It seems this may be an issue with containers running on Windows. At the very end of this article, the author states:
The strange thing is that this same docker-compose.yml entry works on my Windows 10 PC:
|
I tried working around this by copying the ./deployment-files/nginx.conf from my host machine to the nginx image in the Inferno\Dockerfile:
Then in the
That got |
Thanks for the report, we will look into this. In the meantime, Inferno can be run in docker without nginx. I don't use windows, so the commands might not be exactly the same, but this is how I would build and run Inferno:
If you don't have any local changes you need to include, you can instead download and run a prebuilt image:
After doing one of these, Inferno should be available at localhost:4567. |
@Jammjammjamm That worked -- I did the latter and ran the prebuilt image. Thanks! |
Error creating inferno_nginx_server_1
I'm trying to start inferno with: docker-compose up
I'm running Docker Engine - Enterprise on Windows Server 2019 standard
I have docker configured to use Linux containers.
I had Inferno working on my own personal machine with Windows 8 and Docker Desktop but now I am attempting to run it on Windows Server 2019 which doesn't seem to support Docker Desktop. Hence, I'm just using Docker Engine and compose from powershell.
Your environment
Steps to reproduce
When I run
docker-compose up
I get this error:Expected behavior
Inferno should start :)
Actual behavior
Error as shown above.
The text was updated successfully, but these errors were encountered: