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

a small fix suggestion #1

Open
hetzbh opened this issue Nov 28, 2017 · 1 comment · May be fixed by #2
Open

a small fix suggestion #1

hetzbh opened this issue Nov 28, 2017 · 1 comment · May be fixed by #2

Comments

@hetzbh
Copy link

hetzbh commented Nov 28, 2017

Instead of:
docker run --name goodbye echo "Goodbye"

it should be IMHO:
docker run --name goodbye minimal /bin/echo "Goodbye"

@karamcnair
Copy link

I was here for the same reason! I didn't need the full path for 'echo' though - mine worked with this:
docker run --name goodbye minimal echo "Goodbye"

But the image parameter seems to be mandatory now

@karamcnair karamcnair linked a pull request Dec 20, 2017 that will close this 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

Successfully merging a pull request may close this issue.

2 participants