- Docker on Windows
- Elton Stoneman
- 140字
- 2021-07-02 12:47:50
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "As an alternative to the Azure portal, you can use the az command line to manage the DevTest lab."
A block of code is set as follows:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings configSource="config\appSettings.config" />
<connectionStrings configSource="config\connectionStrings.config" />
</configuration>
Any command-line input or output is written as follows:
> docker version
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "You need to select Switch to Windows containers... before you do anything else"
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Kubernetes修煉手冊
- 每天5分鐘玩轉Kubernetes
- Red Hat Enterprise Linux 8系統管理實戰
- Kali Linux滲透測試全流程詳解
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 深入Linux內核架構與底層原理(第2版)
- 網絡操作系統管理與應用(第三版)
- Windows 7中文版從入門到精通(修訂版)
- 竹林蹊徑:深入淺出windows驅動開發
- Linux使用和管理指南:從云原生到可觀測性
- Linux內核觀測技術BPF
- OpenSolaris設備驅動原理與開發
- 鴻蒙操作系統設計原理與架構
- iOS 10 開發指南
- VMware vSphere 5.1 Cookbook