- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Containerimage (0.18 sec)
-
docs/de/docs/deployment/docker.md
## Was ist ein Containerimage? Ein **Container** wird von einem **Containerimage** ausgeführt.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 39K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
// Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. // Default is false. // +optional optional bool tty = 18; } // Describe a container image message ContainerImage { // Names by which this image is known. // e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"] // +optional repeated string names = 1;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0)