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 @@
- Create and start all containers in the background using a `docker-compose.yml` file from the current directory:
`docker compose up -d`
`docker compose up --detach`
- Start all containers, rebuild if necessary: