We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6131038 + 42d8e61 commit 5f88b2eCopy full SHA for 5f88b2e
interface.go
@@ -46,6 +46,7 @@ type ContainerConfig struct {
46
IgnoreFlushesDuringBoot bool // Optimization hint for container startup in Windows
47
LayerFolderPath string // Where the layer folders are located
48
Layers []Layer // List of storage layers
49
+ Credentials string `json:",omitempty"` // Credentials information
50
ProcessorWeight uint64 `json:",omitempty"` // CPU Shares 0..10000 on Windows; where 0 will be omitted and HCS will default.
51
ProcessorMaximum int64 `json:",omitempty"` // CPU maximum usage percent 1..100
52
StorageIOPSMaximum uint64 `json:",omitempty"` // Maximum Storage IOPS
0 commit comments