mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
[Public] coding.net domain is *.mirror.docker-practice.com
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
8e38beee0e
commit
83619ad6e3
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
PCIT_MESSAGE: Sync from yeasy/docker_practice@${{github.sha}} by PCIT
|
||||
PCIT_TARGET_BRANCH: master
|
||||
PCIT_USERNAME: khs1994
|
||||
- name: Set coding.net CNAME
|
||||
run: |
|
||||
echo "vuepress.mirror.docker-practice.com" > .vuepress/dist/CNAME
|
||||
- name: Upload Vuepress dist to coding.net
|
||||
uses: docker://pcit/pages
|
||||
if: github.repository == 'docker-practice/docker_practice'
|
||||
|
@ -3,7 +3,7 @@ module.exports = {
|
||||
base: '/',
|
||||
themeConfig: {
|
||||
docsRepo: 'yeasy/docker_practice',
|
||||
docsDir: '/vuepress',
|
||||
docsDir: '/',
|
||||
editLinks: true,
|
||||
nav: [{
|
||||
text: '安装 Docker',
|
||||
|
@ -23,7 +23,11 @@ $ export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
**Windows**
|
||||
|
||||
```powershell
|
||||
$ set $env:DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
# 临时生效
|
||||
$ set $env:DOCKER_CLI_EXPERIMENTAL="enabled"
|
||||
|
||||
# 永久生效
|
||||
$ [environment]::SetEnvironmentvariable("DOCKER_CLI_EXPERIMENTAL","enabled","User")
|
||||
```
|
||||
|
||||
## 开启 Dockerd 的实验特性
|
||||
|
Loading…
Reference in New Issue
Block a user