mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-26 19:55:23 +00:00
Polish Docker workflow formatting
This commit is contained in:
@@ -28,7 +28,7 @@ LABEL version="1.0"
|
||||
LABEL description="这是一个 Web 应用服务器"
|
||||
```
|
||||
|
||||
#### 定义多个标签 (推荐)
|
||||
#### 定义多个标签:推荐
|
||||
|
||||
```docker
|
||||
LABEL maintainer="user@example.com" \
|
||||
@@ -68,7 +68,7 @@ LABEL org.opencontainers.image.authors="yeasy" \
|
||||
|
||||
---
|
||||
|
||||
### 7.14.5 MAINTAINER 指令 (已废弃)
|
||||
### 7.14.5 MAINTAINER 指令:已废弃
|
||||
|
||||
旧版本的 Dockerfile 中常看到 `MAINTAINER` 指令:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user