Error starting docker-compose under Windows
See original GitHub issueHello folks, I’m trying to start studio under Windows 10:
C:\Development\Tools>git clone https://github.com/Apicurio/apicurio-studio.git
Cloning into 'apicurio-studio'...
remote: Enumerating objects: 38051, done.
remote: Counting objects: 100% (1764/1764), done.
remote: Compressing objects: 100% (728/728), done.
Receiving objects: 100% (38051/38051), 11.68 MiB | 5.05 MiB/s, done.d 36287 eceiving objects: 100% (38051/38051), 10.08 MiB | 5.03 MiB/s
Resolving deltas: 100% (22474/22474), done.
C:\Development\Tools\apicurio-studio\distro\docker-compose>docker run -v ${PWD}:/apicurio chriske/apicurio-setup-image:latest bash /apicurio/setup.sh 127.0.0.1 postgres
Unable to find image 'chriske/apicurio-setup-image:latest' locally
latest: Pulling from chriske/apicurio-setup-image
050382585609: Pull complete
9a15a844917b: Pull complete
Digest: sha256:318063cf8030658dc2985e146d26b9ceeef3c2dbdd6595e646e76fac0bee2f54
Status: Downloaded newer image for chriske/apicurio-setup-image:latest
docker: Error response from daemon: create ${PWD}: "${PWD}" includes invalid characters for a local volume name,
only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
Can you please advise what is wrong with local volume names?
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
ERROR - Docker-compose/docker Windows - Stack Overflow
I am using WSL1 and I'm running docker-compose from it. I was thinking that I can simply use UNIX paths referencing but only...
Read more >The "docker-compose up -d" fails on Windows 10 with ...
Description of the issue Docker container fails to start up on Windows 10 due to the error PermissionError: [WinError 5] Access is denied ......
Read more >[SOLVED] Docker Failed to Start - Docker Desktop for Windows
Uninstall Docker Desktop; Restart computer; Install Docker Desktop (make sure to install it with admin rights). I had uninstalled/reinstalled ...
Read more >How To Install Docker on Windows? A Step-by-Step Guide
Start Docker Desktop Tool. After the installation process is complete, the tool does not start automatically. To start the Docker tool, search ...
Read more >Error codes for Visual Studio Container Tools - Microsoft Learn
Use either composeProfile or serviceActions or use the Manage Docker Compose Launch Settings dialog to update the launch settings. DT1010 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s close it for now. We can reopen it if needed later 👍
We’re in the process of release Studio 0.2.49.Final (just done) and upgrading Keycloak to 14. Give us a few days to get things stable and we’ll try this again. Tuesday of next week is when we’re upgrading to KC 14.