mirror of https://github.com/loggie-io/docs.git
Feat: add node about using more images from dockerhub (#53)
This commit is contained in:
parent
41584a010d
commit
80f5f4feb3
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue