docker英语

demote
vt. 使降级;使降职

promote
vt. 促进;提升;推销;发扬

swarm
n. 一大群;蜂群;人群;一大群小型天体同时在空中出现

worker 工人
manager 经理
swarm 人群

Orientation
新生入学指导,迎新会

Keep in mind that to use the ingress network in the swarm
记住在swarm中要使用入境网络

tear down
v. 扯下;诋毁;拆卸;逐条驳斥


Docker Hub repositories allow you share container images with your team, customers, or the Docker community at large.

Docker images are pushed to Docker Hub through the docker push command. A single Docker Hub repository can hold many Docker images (stored as tags).

You can add multiple images to a repository, by adding a specific :<tag> to it (for example docs/base:testing). If it’s not specified, the tag defaults to latest.


Purchase plans starting at $7/ month for 5 private repositories

 

上一篇:【蓝桥杯 省赛b组】 七段码


下一篇:LeetCode基础之广度优先搜索 / 深度优先搜索——200. 岛屿数量