- 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."
- 技術(shù)領(lǐng)導(dǎo)力:程序員如何才能帶團(tuán)隊(duì)
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- Vue.js 3.0源碼解析(微課視頻版)
- Java Web開發(fā)技術(shù)教程
- Visual Basic學(xué)習(xí)手冊(cè)
- Effective Python Penetration Testing
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- Responsive Web Design by Example
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- Extreme C
- Java語言程序設(shè)計(jì)教程
- Oracle實(shí)用教程
- JSP程序設(shè)計(jì)與案例實(shí)戰(zhàn)(慕課版)
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開始學(xué)交互
- Vue.js 3.x高效前端開發(fā)(視頻教學(xué)版)