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

Path with spaces brakes for Docker #356

Closed
hans-d opened this issue Aug 11, 2023 · 1 comment · Fixed by #357
Closed

Path with spaces brakes for Docker #356

hans-d opened this issue Aug 11, 2023 · 1 comment · Fixed by #357
Labels
bug Something isn't working

Comments

@hans-d
Copy link

hans-d commented Aug 11, 2023

Describe the Bug

When docker is installed in a path with spaces, it brakes the Makefile

make[2]: *** No rule to make target `/Users/hansd/Library/Application'.  Stop.
make[1]: *** [/Users/hansd/Library/Application] Error 2

Expected Behavior

just runs

Steps to Reproduce

$ which docker
/Users/hansd/Library/Application Support/multipass/bin/docker

Eg this occurs when using multipass on a Mac (https://multipass.run/docs/docker-tutorial)

Screenshots

No response

Environment

  • Mac
  • Multipass optionally

Additional Context

issue:

DOCKER ?= $(shell which docker)

@hans-d hans-d added the bug Something isn't working label Aug 11, 2023
@github-actions
Copy link

Thank you for reporting the issue! If you haven't already joined our slack community, then we invite you to do so.

This is a great place to get help and ask questions from our AMAZING community.

Slack Community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant