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

macOS Catalina: Docker file does not allow bind-mount. #52

Open
c0defox01 opened this issue Aug 8, 2020 · 1 comment
Open

macOS Catalina: Docker file does not allow bind-mount. #52

c0defox01 opened this issue Aug 8, 2020 · 1 comment

Comments

@c0defox01
Copy link

c0defox01 commented Aug 8, 2020

I have followed your instructions using docker-compose however I am running into ERRORS.

ERROR: Encountered errors while bringing up the project.

When I uses volumes instead of bind mount the docker-compose runs successfully.
However when I try to upload packages to the server I do get "HTTPError: 405 Method Not Allowed ..." error messages when executing python3 -m twine upload --repository private-repository dist/* where private-repository is set correctly to the pypi-sever... (its loading and the admin login works.

Do you have a recommendation how the "Method not allowed can be fixed"?

I apologize if I am asking the obvious, however I am a (docker) newbie.

@mosquito
Copy link
Owner

mosquito commented Aug 8, 2020

405 describes here #49 and here #17

Bridge problems it's something docker-specific, actually, I absolutely know nothing about it.

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