记录阅读英文文档时不会的单词

随手记录下来看文档不会的单词,翻译是个人翻译的。

2020-09-18

adheres 遵守

Dockerfile adheres to a specific format and set of instructions which you can find at Dockerfile reference.

 

consists of 由什么组成   

layers 层 

represents 相当于 代表 描述 描绘

A Docker image consists of read-only layers each of which represents a Dockerfile instruction.

一个docker镜像由很多只读的dockerfile指令层组成。

 

stacked 堆叠的

The layers are stacked and each one is a delta of the changes from the previous layer.

 

 

 

persist 持续,坚持 

 informed choices 知情选择  

along the way 一路

You can use this information to make informed choices about the best way to persist data from your applications and avoid performance problems along the way.

这个里头persist我理解为持久化

 

2020-09-21

facilities  设施,设备 

in addition to 除了

Provides facilities to configure an application context in addition to the application context client methods in the {@link org.springframework.context.ApplicationContext} interface

 

delimiters 分隔符

independent 独立的

 

posted on 2020-09-18 16:33  least2020  阅读(83)  评论(0)    收藏  举报