- Monitoring Docker
- Russ McKendrick
- 196字
- 2021-07-30 09:57:47
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
{ "fields": { "@timestamp": [ 1444567706641 ] }, "sort": [ 1444567706641 ] }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{
"fields": {
"@timestamp": [
1444567706641
]
},
"sort": [
1444567706641
]
}
Any command-line input or output is written as follows:
cd ~/Documents/Projects/monitoring-docker/vagrant-ubuntu vagrant up
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Node.js 10實戰
- Docker進階與實戰
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Python機器學習實戰
- 從0到1:Python數據分析
- C程序設計實踐教程
- Teaching with Google Classroom
- MongoDB,Express,Angular,and Node.js Fundamentals
- C/C++程序員面試指南
- Tableau Desktop可視化高級應用
- PHP 8從入門到精通(視頻教學版)
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- C語言從入門到精通(視頻實戰版)
- React.js實戰
- Computer Vision with Python 3