question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error starting docker-compose under Windows

See original GitHub issue

Hello 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:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tilliascommented, Dec 18, 2021

Let’s close it for now. We can reopen it if needed later 👍

1reaction
EricWittmanncommented, Jul 15, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found