1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

some punctuation errors and a verb form error
This commit is contained in:
Brian Goff 2016-12-21 12:18:04 -05:00 committed by GitHub
commit 584485abca
7 changed files with 7 additions and 7 deletions

View file

@ -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**:

View file

@ -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**:

View file

@ -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**:

View file

@ -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**:

View file

@ -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**:

View file

@ -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**:

View file

@ -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.
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