Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume name is too short error #104

Open
demisx opened this issue Feb 6, 2020 · 3 comments
Open

Volume name is too short error #104

demisx opened this issue Feb 6, 2020 · 3 comments

Comments

@demisx
Copy link

demisx commented Feb 6, 2020

Following installation instruction and running:

docker run \
       --rm -it \
       -v ~:/root \
       kriskbx/gitlab-time-tracker \
       --help

Produces the following error MacOs 10.15.3:

Unable to find image 'kriskbx/gitlab-time-tracker:latest' locally
latest: Pulling from kriskbx/gitlab-time-tracker
88286f41530e: Pull complete 
6a722742375f: Pull complete 
7e9d2f284de4: Pull complete 
7c5823d31706: Pull complete 
Digest: sha256:a146354f95c5c6afee49cac099c9ff19dd30908a20ec34ceb235a62f59f53216
Status: Downloaded newer image for kriskbx/gitlab-time-tracker:latest
docker: Error response from daemon: create ~: volume name is too short, names should be at least two alphanumeric characters.
See 'docker run --help'.
@juanluisbaptiste
Copy link

That is a docker limitation, try with ${PWD} instead.

@juanluisbaptiste
Copy link

Documentation was fixed with PR #108

@juanluisbaptiste
Copy link

Sorry, taking a closer look at PR #108 it does not fix the issue. The correct way to run this container is as explained here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants