摘要:
Dockerfile ARGARG <name>[=<default value>]The ARG instruction defines a variable that users can pass at build-time to the builder with the docker buil 阅读全文
随笔档案-2020年10月
Shell Scripting 笔记
2020-10-17 17:27 by AndrewCja, 125 阅读, 收藏, 编辑
摘要:
Shell Scripting Tutorial Variables in the Bourne shell do not have to be declared, as they do in languages like C. But if you try to read an undeclare 阅读全文
Docker Stack 笔记
2020-10-17 15:51 by AndrewCja, 347 阅读, 收藏, 编辑
摘要:
Docker Compose (Docker Stack) image Specify the image to start the container from. Can either be a repository/tag or a partial image ID.If the image d 阅读全文