diff --git a/README.es.md b/README.es.md index 472adb60..57e14b2d 100644 --- a/README.es.md +++ b/README.es.md @@ -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 diff --git a/README.ja.md b/README.ja.md index 28ed674c..01de816a 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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 diff --git a/README.md b/README.md index 5067b8d3..b2399761 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index d429b91e..256ec70f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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