Преглед на файлове

docker-start: update placeholder (#10240)

K.B.Dharun Krishna преди 1 година
родител
ревизия
322421ee9b
променени са 5 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 1 1
      pages.de/common/docker-start.md
  2. 1 1
      pages.fr/common/docker-start.md
  3. 1 1
      pages.pt_BR/common/docker-start.md
  4. 1 1
      pages.tr/common/docker-start.md
  5. 1 1
      pages/common/docker-start.md

+ 1 - 1
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 ...}}`

+ 1 - 1
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 ...}}`

+ 1 - 1
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 ...}}`

+ 1 - 1
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 ...}}`

+ 1 - 1
pages/common/docker-start.md

@@ -17,4 +17,4 @@
 
 - Start one or more space-separated containers:
 
-`docker start {{container(s)}}`
+`docker start {{container1 container2 ...}}`