diff --git a/pages.de/common/docker-start.md b/pages.de/common/docker-start.md index 9c291ee9f2..3c8645f78a 100644 --- a/pages.de/common/docker-start.md +++ b/pages.de/common/docker-start.md @@ -13,7 +13,7 @@ - Starte einen Container und verbinde dich mit der Standardausgabe sowie der Standardfehlerausgabe und leite Signale weiter: -`docker start --attach {{container}}` +`docker start {{[-a|--attach]}} {{container}}` - Starte einen oder mehrere durch Leerzeichen getrennte Container: diff --git a/pages.fr/common/docker-start.md b/pages.fr/common/docker-start.md index 2d05752868..12e7057db5 100644 --- a/pages.fr/common/docker-start.md +++ b/pages.fr/common/docker-start.md @@ -13,7 +13,7 @@ - Lancer un conteneur, en attachant `stdout` et `stderr` et en transférant les signaux : -`docker start --attach {{conteneur}}` +`docker start {{[-a|--attach]}} {{conteneur}}` - Lancer un ou plusieurs conteneurs séparés par des espaces : diff --git a/pages.ja/common/docker-start.md b/pages.ja/common/docker-start.md index be672e64c5..359cc0fbbe 100644 --- a/pages.ja/common/docker-start.md +++ b/pages.ja/common/docker-start.md @@ -13,7 +13,7 @@ - コンテナを起動し、`stdout`(標準出力) と `stderr`(標準エラー出力) をアタッチし、シグナルを転送する: -`docker start --attach {{コンテナ}}` +`docker start {{[-a|--attach]}} {{コンテナ}}` - スペースで区切られた1つまたは複数の停止中コンテナを起動する: diff --git a/pages.ko/common/docker-start.md b/pages.ko/common/docker-start.md index fe4183a256..23fa5d2dda 100644 --- a/pages.ko/common/docker-start.md +++ b/pages.ko/common/docker-start.md @@ -13,7 +13,7 @@ - `stdout` 및 `stderr`를 연결하고 신호를 전달하여 컨테이너 시작: -`docker start --attach {{컨테이너}}` +`docker start {{[-a|--attach]}} {{컨테이너}}` - 하나 이상의 컨테이너 시작: diff --git a/pages.pt_BR/common/docker-start.md b/pages.pt_BR/common/docker-start.md index 800886569c..803da4d152 100644 --- a/pages.pt_BR/common/docker-start.md +++ b/pages.pt_BR/common/docker-start.md @@ -13,7 +13,7 @@ - Inicia um container, atachando ao terminal os sinais `stdout` e `stderr` e outros sinais: -`docker start --attach {{container}}` +`docker start {{[-a|--attach]}} {{container}}` - Inicia um ou mais containers com ID separados por espaço: diff --git a/pages.tr/common/docker-start.md b/pages.tr/common/docker-start.md index 1bb32500b4..d8eb18e5b2 100644 --- a/pages.tr/common/docker-start.md +++ b/pages.tr/common/docker-start.md @@ -13,7 +13,7 @@ - Bir konteyneri, ona `stdout` ile `stderr`'i ekleyerek ve sinyaller göndererek başlat: -`docker start --attach {{konteyner}}` +`docker start {{[-a|--attach]}} {{konteyner}}` - Bir veya daha fazla boşlukla ayrılarak belirtilmiş konteynerleri başlar: