| <p> | |
| <b>FROM</b> sets the base image starting from which the image is built. | |
| </p> | |
| <br/> | |
| <p> | |
| <pre> | |
| FROM image | |
| </pre> | |
| <br/> | |
| <pre> | |
| FROM image:tag | |
| <pre> | |
| <br/> | |
| FROM image@digest | |
| </pre> | |
| </p> | |
| <br/> | |
| <p> | |
| <b>FROM</b> must be the first non-comment instruction in the Dockerfile | |
| </p> |