add docker documentation.
This commit is contained in:
parent
05121c5fa5
commit
015237570b
|
@ -187,6 +187,13 @@ npm run lint
|
||||||
npm run lint -- --fix
|
npm run lint -- --fix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Contenedor Docker
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# requiere permisos de superusuario del sistema operativo ('su' o 'sudo')
|
||||||
|
docker-componer up
|
||||||
|
```
|
||||||
|
|
||||||
Vaya a [Documentación](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) para mayor información
|
Vaya a [Documentación](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) para mayor información
|
||||||
|
|
||||||
## Registro de Cambios
|
## Registro de Cambios
|
||||||
|
|
|
@ -183,6 +183,13 @@ npm run lint
|
||||||
npm run lint -- --fix
|
npm run lint -- --fix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Dockerコンテナ
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#オペレーティングシステムのスーパーユーザー権限が必要( 'su'または 'sudo')
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
詳細は [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) を参照してください。
|
詳細は [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) を参照してください。
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
|
@ -187,6 +187,13 @@ npm run lint
|
||||||
npm run lint -- --fix
|
npm run lint -- --fix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker Container
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# requires superuser permissions of the operating system ('su' or 'sudo')
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
|
Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
|
@ -205,6 +205,13 @@ npm run lint
|
||||||
npm run lint -- --fix
|
npm run lint -- --fix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker容器
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 需要操作系统的超级用户权限(“ su”或“ sudo”)
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)
|
更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
Loading…
Reference in New Issue