Skip to content

Instantly share code, notes, and snippets.

@prologic
Created September 16, 2022 03:00
Show Gist options
  • Save prologic/ee4901c859c04c1456d6a69aaf15a7f5 to your computer and use it in GitHub Desktop.
Save prologic/ee4901c859c04c1456d6a69aaf15a7f5 to your computer and use it in GitHub Desktop.
Docker's behaviour with a relative ENTRYPOINT?
FROM busybox
ENTRYPOINT ["echo", "Hello", "World"]
@prologic
Copy link
Author

Q: How does this end up running in a shell?! Which shell?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment