Difference between revisions of "FROM"
Jump to navigation
Jump to search
↑ https://hub.docker.com/_/postgres
Line 21: | Line 21: | ||
* <code>[[docker start]]</code> | * <code>[[docker start]]</code> | ||
* <code>[[ARG]]</code> | * <code>[[ARG]]</code> | ||
+ | * [[Kubernetes image:]] | ||
== Activities == | == Activities == |
Revision as of 14:02, 8 October 2022
https://docs.docker.com/engine/reference/builder/#from
FROM python:slim FROM python:3.8
FROM Ubuntu:latest
FROM node:10 FROM postgres:12 [1] FROM alpine FROM adoptopenjdk/openjdk8 as builder FROM public.ecr.aws/panorama/panorama-application
FROM nginx:stable-alpine as your-description-here
Related
Activities
See also
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
docker build [ --tag | --platform | --help ] FROM, Dockerfile, .dockerignore, requirements.txt, docker build --help, docker tag
Advertising: