- Docker and Kubernetes for Java Developers
- Jaroslaw Krochmalski
- 192字
- 2021-07-02 18:44: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: "The Dockerfile is used to create the image when you run the docker build command." A block of code is set as follows:
{
"apiVersion": "v1",
"kind": "Pod",
"metadata":{
"name": ”rest_service”,
"labels": {
"name": "rest_service"
}
},
"spec": {
"containers": [{
"name": "rest_service",
"image": "rest_service",
"ports": [{"containerPort": 8080}],
}]
}
}
Any command-line input or output is written as follows:
docker rm $(docker ps -a -q -f status=exited)
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 Skip For Now will take you to the the images list without logging into the Docker Hub."
- 青少年美育趣味課堂:XMind思維導圖制作
- 羅克韋爾ControlLogix系統應用技術
- PHP+MySQL網站開發技術項目式教程(第2版)
- JavaScript+jQuery開發實戰
- Podman實戰
- 零基礎學單片機C語言程序設計
- 基于Struts、Hibernate、Spring架構的Web應用開發
- 機器學習與R語言實戰
- C++從入門到精通(第5版)
- Python Essentials
- OpenCV Android Programming By Example
- Learning Bootstrap 4(Second Edition)
- Raspberry Pi Blueprints
- 啊哈C語言!:邏輯的挑戰(修訂版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)