mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Fix a bit typos
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> Upstream-commit: 11454e1c97ed5495e77a06868a0c199d81aa96c3 Component: engine
This commit is contained in:
@@ -3,6 +3,6 @@ package api
|
||||
// MinVersion represents Minimum REST API version supported
|
||||
// Technically the first daemon API version released on Windows is v1.25 in
|
||||
// engine version 1.13. However, some clients are explicitly using downlevel
|
||||
// APIs (eg docker-compose v2.1 file format) and that is just too restrictive.
|
||||
// APIs (e.g. docker-compose v2.1 file format) and that is just too restrictive.
|
||||
// Hence also allowing 1.24 on Windows.
|
||||
const MinVersion string = "1.24"
|
||||
|
||||
@@ -317,7 +317,7 @@ type HostConfig struct {
|
||||
|
||||
// Applicable to Windows
|
||||
ConsoleSize [2]uint // Initial console size (height,width)
|
||||
Isolation Isolation // Isolation technology of the container (eg default, hyperv)
|
||||
Isolation Isolation // Isolation technology of the container (e.g. default, hyperv)
|
||||
|
||||
// Contains container's resources (cgroups, ulimits)
|
||||
Resources
|
||||
|
||||
Reference in New Issue
Block a user