- Mastering Docker Enterprise
- Mark Panthofer
- 204字
- 2021-07-02 12:29:58
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: "Generally speaking, sudo service docker restart should do the trick."
A block of code is set as follows:
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"live-restore": true
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
mta-netfx-dev
├── docker
│ ├── web
│ │ └── Dockerfile
│ └── web-builder
│ └── 3.5
│ └── Dockerfile
Any command-line input or output is written as follows:
$ docker container run -d -p 5432:5432 db-image:v1
1fe040d1acf242d4cfdb47761db2a59f1bb44b5eedf17376b9455120d86281a5
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: "Expand the admin menu and click My Profile."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時代不能不說的事
- Python Artificial Intelligence Projects for Beginners
- 精通Windows Vista必讀
- 離散事件系統(tǒng)建模與仿真
- 群體智能與數(shù)據(jù)挖掘
- Creo Parametric 1.0中文版從入門到精通
- Photoshop CS3特效處理融會貫通
- 大數(shù)據(jù)平臺異常檢測分析系統(tǒng)的若干關(guān)鍵技術(shù)研究
- 精通特征工程
- 21天學(xué)通Visual Basic
- Prometheus監(jiān)控實戰(zhàn)
- HTML5 Canvas Cookbook
- HBase Essentials
- 寒江獨釣:Windows內(nèi)核安全編程
- Learning iOS 8 for Enterprise