docker-system, docker-compose: add Japanese translation, update page (#9828)

* docker-system: add Japanese translation

* docker-compose: add Japanese translation

* Update pages.ja/common/docker-compose.md: add a note that the container is running

* Update pages/common/docker-compose.md: exchange short option for long one

* Update pages.ja/common/docker-compose.md: exchange short option for long one

* docker-compose: update command to long flag

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Kumamoto
2023-02-09 00:31:15 +09:00
committed by GitHub
parent d6d48e8c3c
commit f9bad725de
9 changed files with 79 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
- Crea ed avvia tutti i container in background utilizzando il file `docker-compose.yml` nella directory corrente:
`docker compose up -d`
`docker compose up --detach`
- Avvia tutti i container, buildandoli di nuovo se necessario: