Open amarie401 opened 4 years ago
There is, it's called args.
args appends to the entrypoint, command replaces it. Docker is complicated 😆
Errrr
I guess the real answer is that it depends how the dockerfile was authored. Fun.
https://docs.docker.com/engine/reference/run/#overriding-dockerfile-image-defaults
Describe the bug
Tye does not currently support the command property.
To Reproduce
I am looking for the equivalent of command in a docker file.