add docker documentation.

This commit is contained in:
Edwin Betancourt 2020-06-09 17:23:00 -04:00
parent 05121c5fa5
commit 015237570b
4 changed files with 28 additions and 0 deletions

View File

@ -187,6 +187,13 @@ npm run lint
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
## Registro de Cambios

View File

@ -183,6 +183,13 @@ npm run lint
npm run lint -- --fix
```
## Dockerコンテナ
```bash
#オペレーティングシステムのスーパーユーザー権限が必要( 'su'または 'sudo'
docker-compose up
```
詳細は [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) を参照してください。
## Changelog

View File

@ -187,6 +187,13 @@ npm run lint
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
## Changelog

View File

@ -205,6 +205,13 @@ npm run lint
npm run lint -- --fix
```
## Docker容器
```bash
# 需要操作系统的超级用户权限(“ su”或“ sudo”
docker-compose up
```
更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)
## Changelog