How many times can the FROM instruction appear within a Dockerfile?
Experience Level: Senior
Tags: Docker
Answer
FROM can appear multiple times within a single Dockerfile to create multiple images or use one build stage as a dependency for another.
Related Docker job interview questions
What is the ARG instruction good for in Docker?
Docker SeniorDoes FROM instruction support variables within a Dockerfile?
Docker SeniorWhat is the FROM instruction good for in Docker?
Docker SeniorAre Docker instructions case sensitive?
Docker SeniorHow can you add comments to your Dockerfile?
Docker Senior