- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 158字
- 2021-07-15 17:04:20
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: " By default, Marathon logs to stdout and syslog."
A block of code is set as follows:
cat <<EOF > /etc/systemd/system/traefik.service
[Unit]
Description=Traefik
Wants=network-online.target
After=network.target network-online.target
[Service]
Restart=on-failure
ExecStart=/usr/bin/traefik
[Install]
WantedBy=multi-user.target
EOF
Any command-line input or output is written as follows:
curl -k https://localhost:8443/ping
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: " You should also be able to see Marathon listed as a framework in the Mesos UIFrameworks tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Modular Programming with Python
- Mastering Adobe Captivate 2017(Fourth Edition)
- 騰訊iOS測試實踐
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Windows Presentation Foundation Development Cookbook
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Rust Essentials(Second Edition)
- 程序員修煉之道:通向務實的最高境界(第2版)
- INSTANT Adobe Edge Inspect Starter
- Kivy Cookbook
- Learning Hadoop 2
- Processing創意編程指南
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Java編程從入門到精通
- Qt 4開發實踐