IMAGE LAYERS

1  ADD file ... in /                                          2.67 MB 2  CMD ["/bin/sh"]                                           0 B 3  COPY dir:224deceb6f6152738d1b055b5ba290eeb2ca985111da59e75b60d411d7645d0b in /     5.77 MB 4  COPY file:2bf143f15f45c4a73d8f094fdeaaccad6a4d82f75aac0957052e30c7de9569b9 in /     3.93 KB 5  COPY file:1acfd50de70bbe70a3586fb491e5ad4a7920377134e203d50f310b91c7673a94 in /     1.16 KB 6  ENTRYPOINT ["/device-camera-go"]                                 0 B 7  CMD ["--cp=consul://edgex-core-consul:8500" "--registry" "--confdir=/res"]        0 B 8  LABEL arch=amd64                                           0 B 9  LABEL git_sha=6c59466d20dbdccd658b0529a000f2fa72981a27                   0 B 10  LABEL version=1.2.0

CMD 命令的exe模式 可以作为把docker镜像作为可执行程序的命令参数

例如:上文的 IMAGE LAYERS

docker run -it  imageNameORimageId  /bin/sh           ##执行/bin/sh 进入镜像容器的命令行shell界面
docker run imageNameORimageId   --cp=consul://edgex-core-consul:8500  --registry  --confdir=/res    ##运行镜像容器,执行注册命令,读取指定配置文件