mirror of
https://github.com/docker/cli.git
synced 2026-08-29 18:14:34 -05: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