mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The Dockerfile parser does not subsitute ENV variables in any form of the ENTRYPOINT command. Any substitution, if done, is done by the shell when the command is executed. Signed-off-by: David Dooling <dooling@gmail.com> Upstream-commit: f44d78b47838204b85204711d014b7f4cf7826ec Component: engine