Dockerfile คัดลอก

รหัสตัวอย่าง

6
0

คัดลอกแฟ้มจาก docker ตู้คอนเทนเนอร์ไปยังเครื่อง

docker cp <containerId>:/file/path/within/container /host/path/target
1
0

คัดลอกแฟ้มจากเครื่องต้อง docker ตู้คอนเทนเนอร์

docker cp foo.txt mycontainer:/foo.txt
1
0

dockerfile ตัวอย่างเช่น

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

docker ARG

$ docker build --build-arg some_variable_name=a_value
0
0

dockerfile คัดลอกเฉพาะแฟ้ม

COPY ["__BUILD_NUMBER", "README.md", "gulpfile", "another_file", "./"]
		All the files and folders, the last is destination
-2
0

dockerfile วิ่งแอพ cmd

RUN apt-get install python3
CMD echo "Hello world"
ENTRYPOINT echo "Hello world"

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

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

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่