mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Add Japanese document (#1186)
* Fixed invalid url link. * Update docs/features/side-navigation.md Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com> * Initial japanese translation.
This commit is contained in:
committed by
Suzana Dirla
parent
21ffcaf013
commit
d67f95cfff
32
docs/ja/getting-started/docker.md
Normal file
32
docs/ja/getting-started/docker.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
Title: Docker
|
||||
---
|
||||
|
||||
# Docker
|
||||
|
||||
ACA には ACS 6.0 Community 版が事前構成されています。
|
||||
|
||||
アプリケーションは2つのモードで実行されます:
|
||||
|
||||
- Development (最新のソースコードを実行し、アプリケーションのビルドが必要)
|
||||
- Preview (最新の公開されたコンテナー、マスターブランチで実行)
|
||||
|
||||
## Development モード
|
||||
|
||||
ACS イメージと共に、Docker イメージにパッケージ化されたアプリケーションのローカルインスタンスを実行します:
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
npm run start:docker
|
||||
```
|
||||
|
||||
コンテナ内から提供される場合、ACA は `4000` ポートで実行されます。
|
||||
|
||||
次のコマンドを使用して、すべてのコンテナを停止します:
|
||||
|
||||
```sh
|
||||
npm run stop:docker
|
||||
```
|
||||
|
||||
アプリケーションを開発し、デフォルトのポート (4200) で実行することもできます。
|
||||
これは、同じ docker コンテナを自動的に使用します。
|
Reference in New Issue
Block a user