Created
September 16, 2022 03:00
-
-
Save prologic/ee4901c859c04c1456d6a69aaf15a7f5 to your computer and use it in GitHub Desktop.
Docker's behaviour with a relative ENTRYPOINT?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM busybox | |
ENTRYPOINT ["echo", "Hello", "World"] |
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
Q: How does
docker
(Docker) behave with a relativeENTRYPOINT
?See: