Skip to content

docker-start: refresh pages #17804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages.de/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down
2 changes: 1 addition & 1 deletion pages.ja/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- コンテナを起動し、`stdout`(標準出力) と `stderr`(標準エラー出力) をアタッチし、シグナルを転送する:

`docker start --attach {{コンテナ}}`
`docker start {{[-a|--attach]}} {{コンテナ}}`

- スペースで区切られた1つまたは複数の停止中コンテナを起動する:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- `stdout` 및 `stderr`를 연결하고 신호를 전달하여 컨테이너 시작:

`docker start --attach {{컨테이너}}`
`docker start {{[-a|--attach]}} {{컨테이너}}`

- 하나 이상의 컨테이너 시작:

Expand Down
2 changes: 1 addition & 1 deletion pages.pt_BR/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages.tr/common/docker-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down