निर्माण dockerfile

कोड उदाहरण

20
0

डॉकर बिल्ड

docker build -t [tag] .
5
0

डॉकर इमेज कैसे बनाएं

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

dockerfile उदाहरण

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

डोकर से निर्माण dockerfile

$ docker build - < Dockerfile
0
0

डॉकर बिल्ड सुप्रेस बिल्ड आउटपुट

docker image build -t [name] . -q
0
0

डॉकर फ़ाइल बनाने के लिए कमांड

// Make sure you are in the same dictionary where you have saved your Dockerfile
command is:
docker build .

इसी तरह के पन्ने

उदाहरणों के साथ समान पृष्ठ

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

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