Feat: add node about using more images from dockerhub (#53)

This commit is contained in:
yeka 2022-05-12 21:01:28 +08:00 committed by GitHub
parent 41584a010d
commit 80f5f4feb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -13,4 +13,4 @@ docker pull squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```
Point your browser to localhost:8000 and you should see the webside.
Point your browser to localhost:8000 and you should see the website.

View File

@ -26,6 +26,10 @@ helm pull https://github.com/loggie-io/installation/releases/download/v1.1.0/log
```
尝试修改一下其中的values.yaml。
!!! node "想使用其他版本镜像?"
为了方便体验最新的Fix和特性我们提供了main分支每次合并后的镜像版本可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。
然后部署安装:
```bash