New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
What does the FROM instruction do in a Dockerfile?
FROM
Sets the working directory of the build stage to /.
/
Selects the base image and starts a build stage that subsequent instructions extend.
Downloads the image to the host every time the container starts up.