Image docker à partir du fichier dockerfile

Exemples de code

5
0

comment créer une image docker

docker build <Dockerfile path> -t image-name
1
0

comment créer une image docker à partir d'un nom de fichier personnalisé

cat DockerFile.debian.foo | docker build -t debian.foo -
0
0

comment ouvrir un fichier dockerfile d'une image

docker image history --no-trunc image_name > image_history
-1
0

créer un fichier dockerfile

FROM ubuntu:18.04
COPY . /app
RUN make /app
CMD python /app/app.py

Dans d'autres langues

Cette page est dans d'autres langues

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................