some punctuation errors and a verb form error
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn> Upstream-commit: 32996d6016a9f109a44301279d52d881651790e9 Component: engine
This commit is contained in:
@ -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**:
|
||||
|
||||
|
||||
@ -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**:
|
||||
|
||||
|
||||
@ -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**:
|
||||
|
||||
|
||||
@ -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**:
|
||||
|
||||
|
||||
@ -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**:
|
||||
|
||||
|
||||
@ -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**:
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user