dockerfile note

Posted 吴悟无

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dockerfile note相关的知识,希望对你有一定的参考价值。

dockerfile reference

  1. defination
    docker can build images automatically by reading the instructions from a dockerfile. dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

  2. usage
    the docker build command builds an image from a dockerfile and context. the build‘s context is the set of files at a specified location PATH or URL. warning: don‘t use PATH /, because it can transfer the entire contents of your hard drive to the docker daemon.
    docker build -f /home/vickey/dockerfile .

  3. format

    a. not case-sensitive but convention is UPPERCASE

以上是关于dockerfile note的主要内容,如果未能解决你的问题,请参考以下文章

Note

kolla base目录下Dockerfile.j2分析

在片段活动中显示自定义对话框

播放短(小于 0:00:500 秒)声音片段

文本记录软件—Note-C for Mac

Dockerfile 应该提交到哪个代码存储库?