- Docker on Windows
- Elton Stoneman
- 195字
- 2021-07-02 19:53:13
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If you run docker container ls, which lists all the active containers, you won't see this container."
A block of code is set as follows:
FROM microsoft/nanoserver
COPY scripts/print-env-details.ps1 c:\\print-env.ps1
CMD ["powershell.exe", "c:\\print-env.ps1"]
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
FROM microsoft/nanoserver
COPY scripts/print-env-details.ps1 c:\\print-env.ps1
CMD ["powershell.exe", "c:\\print-env.ps1"]
Any command-line input or output is written as follows:
docker container run dockeronwindows/ch01-whale
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- WebAssembly實戰(zhàn)
- vSphere High Performance Cookbook
- 實用防銹油配方與制備200例
- 機器人Python青少年編程開發(fā)實例
- Spring Cloud、Nginx高并發(fā)核心編程
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Mastering Ext JS
- Scala Data Analysis Cookbook
- C語言程序設計簡明教程:Qt實戰(zhàn)
- 深入淺出Go語言編程
- Python大學實用教程
- Modern C++ Programming Cookbook
- 青少年學Python(第2冊)
- Using Yocto Project with BeagleBone Black
- 算法超簡單:趣味游戲帶你輕松入門與實踐