mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
All Dockerfiles must have a FROM statement (as confirmed in the [builder documentation](https://docs.docker.com/engine/reference/builder/#from)). This change clarifies the phrasing within parent image. See [this stackoverflow post](https://stackoverflow.com/q/58330046/596285) for how the current phrasing has confused others.