mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-02 14:01:49 +00:00
2
.github/workflows/check-link.yml
vendored
2
.github/workflows/check-link.yml
vendored
@@ -3,6 +3,7 @@ name: check-link
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check-link:
|
||||
@@ -58,6 +59,7 @@ jobs:
|
||||
"union-click.jd.com",\
|
||||
"x.x.x.x/base",\
|
||||
"x.x.x.x:9000/minio/",\
|
||||
"yeasy.gitbooks.io",\
|
||||
"https://www.freedesktop.org/wiki/Software/systemd/",\
|
||||
"www.aliyun.com" \
|
||||
--allow-dupe \
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* 1.2.0 2020-12-31
|
||||
|
||||
* 1.1.0 2019-12-31
|
||||
* 全面支持 v19.x 新版本
|
||||
* 全面支持 v19.03 新版本
|
||||
* 增加 `BuildKit`
|
||||
* 增加 `docker buildx` 命令使用说明
|
||||
* 增加 `docker manifest` 命令使用说明
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Docker — 从入门到实践
|
||||
|
||||
[](https://github.com/yeasy/docker_practice) [](https://travis-ci.org/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://github.com/docker/docker-ce) [][1]
|
||||
[](https://github.com/yeasy/docker_practice) [](https://travis-ci.org/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://github.com/docker/docker-ce) [][1]
|
||||
|
||||
**v1.2.0**
|
||||
|
||||
|
@@ -25,4 +25,4 @@ jobs:
|
||||
|
||||
## 参考资料
|
||||
|
||||
* [Actions Docs](https://docs.github.com/en/actions)
|
||||
* [Actions Docs](https://docs.github.com/en/free-pro-team@latest/actions)
|
||||
|
Reference in New Issue
Block a user