Definition:
- Set the base image, from docker hub
- A valid Dockerfile must start with a
FROM
instruction- except for Dockerfile ARG
- Can have multiple FROM to build multiple images
- The image can be any valid image.
FROM python:3.7
Search
Jan 12, 20251 min read
FROM
instruction
FROM python:3.7