[vuepress] Update version
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>pull/485/head
parent
d1480092bf
commit
6265d0274b
|
@ -60,6 +60,7 @@ jobs:
|
|||
"x.x.x.x/base",\
|
||||
"x.x.x.x:9000/minio/",\
|
||||
"yeasy.gitbooks.io",\
|
||||
"download.fastgit.org",\
|
||||
"www.aliyun.com" \
|
||||
--allow-dupe \
|
||||
--skip-save-results \
|
||||
|
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
run: |
|
||||
sudo rm -rf .vuepress/dist/.git
|
||||
|
||||
echo "FROM nginx:alpine" >> Dockerfile
|
||||
echo "FROM nginx:alpine" > Dockerfile
|
||||
echo "COPY .vuepress/dist /usr/share/nginx/html" >> Dockerfile
|
||||
echo "COPY .docker/docker-entrypoint.sh /" >> Dockerfile
|
||||
echo "ENTRYPOINT [\"/docker-entrypoint.sh\"]" >> Dockerfile
|
||||
|
|
|
@ -48,9 +48,9 @@ module.exports = config({
|
|||
appKey: "...", // your appKey
|
||||
},
|
||||
pageInfo: [
|
||||
// 'Author',
|
||||
'ReadTime',
|
||||
'Word',
|
||||
// 'author',
|
||||
'reading-time',
|
||||
'word',
|
||||
],
|
||||
footer: {
|
||||
content: "Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
|
||||
|
@ -126,8 +126,8 @@ module.exports = config({
|
|||
// link: ''
|
||||
// },
|
||||
{
|
||||
text: '腾讯云容器服务',
|
||||
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61'
|
||||
text: '腾讯云2021新春采购节',
|
||||
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10488&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity'
|
||||
},
|
||||
// {
|
||||
// text: '语言',
|
||||
|
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
|
||||
## 参考资料
|
||||
|
||||
* [Actions Docs](https://docs.github.com/en/free-pro-team@latest/actions)
|
||||
* [Actions Docs](https://docs.github.com/en/actions)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Docker 不仅支持 `x86_64` 架构的计算机,同时也支持 `ARM` 架构的计算机,本小节内容以树莓派单片电脑为例讲解 `ARM` 架构安装 Docker。
|
||||
|
||||
Docker 支持以下版本的 [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspberry-pi-os/) 操作系统:
|
||||
Docker 支持以下版本的 [Raspberry Pi OS](https://www.raspberrypi.org/software/operating-systems/) 操作系统:
|
||||
|
||||
* Raspberry Pi OS Buster
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"chalk": "^2.4.2",
|
||||
"commander": "^2.0.0",
|
||||
"esm": "^3.0.0",
|
||||
"vuepress": "1.7.1",
|
||||
"vuepress": "1.8.2",
|
||||
"vuepress-plugin-container": "^2.1.5",
|
||||
"vuepress-theme-hope": "^1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Nexus3.x 的私有仓库
|
||||
|
||||
使用 Docker 官方的 Registry 创建的仓库面临一些维护问题。比如某些镜像删除以后空间默认是不会回收的,需要一些命令去回收空间然后重启 Registry 程序。在企业中把内部的一些工具包放入 Nexus 中是比较常见的做法,最新版本 `Nexus3.x` 全面支持 Docker 的私有镜像。所以使用 [`Nexus3.x`](https://www.sonatype.com/nexus/repository-oss/download) 一个软件来管理 `Docker` , `Maven` , `Yum` , `PyPI` 等是一个明智的选择。
|
||||
使用 Docker 官方的 Registry 创建的仓库面临一些维护问题。比如某些镜像删除以后空间默认是不会回收的,需要一些命令去回收空间然后重启 Registry 程序。在企业中把内部的一些工具包放入 Nexus 中是比较常见的做法,最新版本 `Nexus3.x` 全面支持 Docker 的私有镜像。所以使用 [`Nexus3.x`](https://www.sonatype.com/nexus/repository-oss-download) 一个软件来管理 `Docker` , `Maven` , `Yum` , `PyPI` 等是一个明智的选择。
|
||||
|
||||
## 启动 Nexus 容器
|
||||
|
||||
|
|
Loading…
Reference in New Issue