diff --git a/pages.de/common/docker-start.md b/pages.de/common/docker-start.md index eec458f2c3..90c9d096bc 100644 --- a/pages.de/common/docker-start.md +++ b/pages.de/common/docker-start.md @@ -17,4 +17,4 @@ - Starte einen oder mehrere durch Leerzeichen getrennte Container: -`docker start {{container}}` +`docker start {{container1 container2 ...}}` diff --git a/pages.fr/common/docker-start.md b/pages.fr/common/docker-start.md index cfec4c0dc9..e9d2bece62 100644 --- a/pages.fr/common/docker-start.md +++ b/pages.fr/common/docker-start.md @@ -17,4 +17,4 @@ - Lancer un ou plusieurs conteneurs séparés par des espaces : -`docker start {{conteneur(s)}}` +`docker start {{conteneur1 conteneur2 ...}}` diff --git a/pages.pt_BR/common/docker-start.md b/pages.pt_BR/common/docker-start.md index 9bea5cafae..12e8518f9c 100644 --- a/pages.pt_BR/common/docker-start.md +++ b/pages.pt_BR/common/docker-start.md @@ -17,4 +17,4 @@ - Inicia um ou mais containers com ID separados por espaço: -`docker start {{container(s)}}` +`docker start {{container1 container2 ...}}` diff --git a/pages.tr/common/docker-start.md b/pages.tr/common/docker-start.md index 2784bc59fb..11daa259c5 100644 --- a/pages.tr/common/docker-start.md +++ b/pages.tr/common/docker-start.md @@ -17,4 +17,4 @@ - Bir veya daha fazla boşlukla ayrılarak belirtilmiş konteynerleri başlar: -`docker start {{konteyner(ler)}}` +`docker start {{konteyner1 konteyner2 ...}}` diff --git a/pages/common/docker-start.md b/pages/common/docker-start.md index 73e177299d..d0f2026e0e 100644 --- a/pages/common/docker-start.md +++ b/pages/common/docker-start.md @@ -17,4 +17,4 @@ - Start one or more space-separated containers: -`docker start {{container(s)}}` +`docker start {{container1 container2 ...}}`