- 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.
推薦閱讀
- The Modern C++ Challenge
- 移動UI設(shè)計(微課版)
- 軟件界面交互設(shè)計基礎(chǔ)
- Developing Mobile Web ArcGIS Applications
- DevOps Automation Cookbook
- 學(xué)習(xí)正則表達式
- 微信小程序全棧開發(fā)技術(shù)與實戰(zhàn)(微課版)
- C語言程序設(shè)計簡明教程:Qt實戰(zhàn)
- Django 3.0應(yīng)用開發(fā)詳解
- C++ Application Development with Code:Blocks
- 軟件體系結(jié)構(gòu)
- Python硬件編程實戰(zhàn)
- Android 游戲開發(fā)大全(第二版)
- Modular Programming with JavaScript
- AngularJS by Example