Docker RUN
-
RUN
Execute some command during the creation of the Docker image.
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y some-package
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
RUN
Execute some command during the creation of the Docker image.
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y some-package