We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a4c61c + cc6d261 commit 65839a4Copy full SHA for 65839a4
containers/containers.go
@@ -40,7 +40,7 @@ type Container struct {
40
41
// Image specifies the image reference used for a container.
42
//
43
- // This property is optional but immutable.
+ // This property is optional and mutable.
44
Image string
45
46
// Runtime specifies which runtime should be used when launching container
@@ -60,7 +60,7 @@ type Container struct {
60
// look up the mounts from the snapshot service and include those on the
61
// task create request.
62
63
- // This field is not required but immutable.
+ // This field is not required but mutable.
64
SnapshotKey string
65
66
// Snapshotter specifies the snapshotter name used for rootfs
0 commit comments