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

Is the dockerhub readme missing the "run" command? #84

Closed
pablit07 opened this issue Nov 11, 2020 · 1 comment
Closed

Is the dockerhub readme missing the "run" command? #84

pablit07 opened this issue Nov 11, 2020 · 1 comment

Comments

@pablit07
Copy link

Hi, I just tried to copy and run the example shown on https://hub.docker.com/r/hayd/alpine-deno/ but noticed it was different than the example shown on github readme.

Github:
docker run -it --init -p 1993:1993 -v $PWD:/app hayd/alpine-deno:1.0.0 run --allow-net /app/main.ts
Dockerhub (missing "run"):
docker run -it --init -p 1993:1993 -v $PWD:/app hayd/alpine-deno:1.0.0 --allow-net /app/main.ts

I don't think its intentional because the container fails to start with an error

Would you please note to fix? Thanks!

@hayd
Copy link
Contributor

hayd commented Nov 20, 2020

Thank you for pointing this out! I think I've pushed a fix across the docker hub READMEs.

@hayd hayd closed this as completed Nov 20, 2020
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