Skip to content

Instantly share code, notes, and snippets.

View MartinBasti's full-sized avatar
👀

Martin MartinBasti

👀
View GitHub Profile
@MartinBasti
MartinBasti / entrypoints.md
Created November 30, 2018 14:25
Dockerfile single/double quotes in ENTRYPOINT

Double quoted entry point value

$ cat Docketrfile
FROM fedora
ENTRYPOINT ["echo"]
$ docker run --rm echotest hello