Containerfile

From John Freier
Revision as of 12:54, 17 January 2023 by Jfreier (Talk | contribs)

Jump to: navigation, search

Containerfile and Dockerfile are interchangeable for the most part.

OCI prefers the generic term Containerfile.

ENV

To set an environment variable.

 ENV EXAMPLE=/opt/example
 ENV APP_PROFILE=dev