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
Nov 22, 20241 min read
FROM
instruction
FROM python:3.7