- 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.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Mastering OpenCV Android Application Programming
- 摩登創客:與智能手機和平板電腦共舞
- INSTANT FreeMarker Starter
- 控糖控脂健康餐
- Mastering Concurrency in Go
- Hands-On C++ Game Animation Programming
- QGIS:Becoming a GIS Power User
- Mastering Ext JS
- Elasticsearch Essentials
- Learning Nessus for Penetration Testing
- Python機器學習與量化投資
- Akka入門與實踐
- ASP.NET開發寶典
- Mastering Leap Motion