Remove blank lines after code block markers

This commit is contained in:
yeasy
2026-03-21 22:36:09 -07:00
parent 370949f226
commit 44b1307277
132 changed files with 0 additions and 1517 deletions
-2
View File
@@ -20,13 +20,11 @@
```bash
$ docker run --name rocky -it rockylinux:9 bash
```
使用旧版 CentOS 7 (**仅用于维护旧项目不推荐**)
```bash
$ docker run --name centos -it centos:7 bash
```
### Dockerfile
请到 [CentOS 官方镜像文档目录](https://github.com/docker-library/docs/tree/master/centos) 查看。