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

Merge pull request #29637 from wxb0521/bo-docker-0.5

some punctuation errors and a verb form error
Brian Goff преди 8 години
родител
ревизия
584485abca
променени са 7 файла, в които са добавени 7 реда и са изтрити 7 реда
  1. 1 1
      docs/api/v1.19.md
  2. 1 1
      docs/api/v1.20.md
  3. 1 1
      docs/api/v1.21.md
  4. 1 1
      docs/api/v1.22.md
  5. 1 1
      docs/api/v1.23.md
  6. 1 1
      docs/api/v1.24.md
  7. 1 1
      experimental/docker-stacks-and-bundles.md

+ 1 - 1
docs/api/v1.19.md

@@ -727,7 +727,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
docs/api/v1.20.md

@@ -734,7 +734,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
docs/api/v1.21.md

@@ -817,7 +817,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
docs/api/v1.22.md

@@ -943,7 +943,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
docs/api/v1.23.md

@@ -974,7 +974,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
docs/api/v1.24.md

@@ -1005,7 +1005,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
          }
          }
       }
       }
 
 
-The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field.
+The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field.
 
 
 **Query parameters**:
 **Query parameters**:
 
 

+ 1 - 1
experimental/docker-stacks-and-bundles.md

@@ -12,7 +12,7 @@ application bundle**, and **stacks** can be created from that bundle. In that
 sense, the bundle is a multi-services distributable image format.
 sense, the bundle is a multi-services distributable image format.
 
 
 As of Docker 1.12 and Compose 1.8, the features are experimental. Neither
 As of Docker 1.12 and Compose 1.8, the features are experimental. Neither
-Docker Engine nor the Docker Registry support distribution of bundles.
+Docker Engine nor the Docker Registry supports distribution of bundles.
 
 
 ## Producing a bundle
 ## Producing a bundle