Topics


Pages


Content

See Dockerfile reference doc.

Overview

Dockerfile

FROM image-name

ENV foo=bar
ARG fizz=buzz

RUN apt-get update
RUN apt install -q -y foo

RUN echo "Hello"