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

docker run: invalid reference format #1

Open
Kerrialn opened this issue Jul 18, 2020 · 0 comments
Open

docker run: invalid reference format #1

Kerrialn opened this issue Jul 18, 2020 · 0 comments

Comments

@Kerrialn
Copy link

Operating system: mac

Issue

docker run -v $(pwd):/project ruudboon/phalcon-rector:php73-v3_to_v4
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.

Solution
docker run -v "$(pwd):/project" ruudboon/phalcon-rector:php73-v3_to_v4
wrapping $(pwd):/project in "" solves the issue.

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

1 participant