Docker RUN
Execute some command during the creation of the Docker image.
RUN apt update
RUN apt upgrade -y
RUN apt 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
Execute some command during the creation of the Docker image.
RUN apt update
RUN apt upgrade -y
RUN apt install -y some-package