diff --git a/pages.de/common/docker-start.md b/pages.de/common/docker-start.md index eec458f2c..90c9d096b 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 cfec4c0dc..e9d2bece6 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 9bea5cafa..12e8518f9 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 2784bc59f..11daa259c 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 73e177299..d0f2026e0 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 ...}}`