forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com>
664 B
664 B
How Do I Configure Environment Variables for an Image?
In a Dockerfile, use the ENV instruction to configure environment variables. For details, see Dockerfile reference.
Parent topic: FAQ