You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Instead of:
docker run --name goodbye echo "Goodbye"
it should be IMHO:
docker run --name goodbye minimal /bin/echo "Goodbye"
The text was updated successfully, but these errors were encountered: