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

can't open file '/code/dockerize-me/dockerize.py' #1

Closed
fwilhe opened this issue May 29, 2016 · 2 comments
Closed

can't open file '/code/dockerize-me/dockerize.py' #1

fwilhe opened this issue May 29, 2016 · 2 comments

Comments

@fwilhe
Copy link

fwilhe commented May 29, 2016

I found this tool via the devops weekly newsletter and like the idea.

When I try to run the command as described in the readme, the following happens:

$ docker run -it --rm -v $PWD:/code fiunchinho/dockerize-me                 
python: can't open file '/code/dockerize-me/dockerize.py': [Errno 2] No such file or directory

When I start sh in the container, /code looks odd:

/ # ls -la /code
ls: can't open '/code': Permission denied
total 0
/ # ls -la / | grep code
drwx------   82 1000     1000          4096 May 29 14:53 code

Not sure what's wrong. Could you take a look at this?

@fiunchinho
Copy link
Owner

Hey! I think you found a bug. I just pushed a potential solution, and the image is being built on DockerHub. Can you try again?

Thank you for your feedback

@fwilhe
Copy link
Author

fwilhe commented May 29, 2016

Works after pulling again from the docker hub. Thanks!

@fwilhe fwilhe closed this as completed May 29, 2016
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