Skip to content

Commit 30a5ce6

Browse files
committed
1 parent a13fd20 commit 30a5ce6

File tree

181 files changed

+758
-27043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+758
-27043
lines changed

.github/workflows/check-link.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
"192.168.199.100",\
2626
"github.com/settings",\
2727
"github.com/docker/compose/releases/download",\
28-
"github.com/docker/machine/releases/download",\
2928
"github.com/etcd-io/etcd/releases/download",\
3029
"github.com/tianon/gosu/releases/download",\
3130
"github.com/yeasy/docker_practice",\
@@ -65,6 +64,6 @@ jobs:
6564
--allow-dupe \
6665
--skip-save-results \
6766
-t 10 \
68-
`find . \( -path "./mesos" -o -path "./machine" -o -path "./swarm_mode" \) -prune -o -name "*.md" -exec ls {} \;`
67+
`find . \( -path "./mesos" -o -path "./swarm_mode" \) -prune -o -name "*.md" -exec ls {} \;`
6968
name: check-link
7069
timeout-minutes: 25

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
git clone https://github.com/docker-practice/.vuepress .vuepress2
7676
cp -r .vuepress2/. .vuepress/
7777
rm -rf .vuepress2
78-
find . \( -path "./mesos" -o -path "./machine" -o -path "./swarm_mode" -o -path "./node_modules" -o -path "./.vuepress" -o -path "./_book" -o -path "./CHANGELOG.md" -o -path "./CONTRIBUTING.md" \) -prune -o -name "*.md" -exec sed -i 'N;2a\<AdSenseTitle/>\n' {} \;
78+
find . \( -path "./mesos" -o -path "./swarm_mode" -o -path "./node_modules" -o -path "./.vuepress" -o -path "./_book" -o -path "./CHANGELOG.md" -o -path "./CONTRIBUTING.md" \) -prune -o -name "*.md" -exec sed -i 'N;2a\<AdSenseTitle/>\n' {} \;
7979
8080
npx vuepress --version
8181

.vuepress/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ module.exports = config({
141141
// link: ''
142142
// },
143143
{
144-
text: '云服务器618特惠',
145-
//link: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
146-
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10488&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity'
144+
text: '云服务器99/元首年特惠',
145+
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
147146
},
148147
// {
149148
// text: '语言',

CHANGELOG.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

CONTRIBUTING.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

advanced_network/access_control.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

advanced_network/bridge.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

advanced_network/config_file.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

advanced_network/docker0.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

advanced_network/example.html

Lines changed: 2 additions & 79 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)