meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:docker:dockerfile [2017/02/10 12:34] – niziak | linux:docker:dockerfile [2021/05/16 18:02] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Dockerfile ====== | ||
+ | |||
+ | ====== Build process ====== | ||
+ | |||
+ | Docker process '' | ||
+ | [[https:// | ||
+ | |||
+ | ==== FROM ==== | ||
+ | |||
+ | ==== ENTRYPOINT ==== | ||
+ | |||
+ | ==== RUN ==== | ||
+ | |||
==== ADD ==== | ==== ADD ==== | ||
[[https:// | [[https:// | ||
Line 28: | Line 41: | ||
> | > | ||
> | > | ||
+ | |||
+ | |||
+ | ==== EXPOSE ==== | ||
+ | ==== VOLUME ==== | ||
| |