Package container contains a deprecated Google Container Engine client. Deprecated: Use cloud.google.com/go/container/apiv1 instead.
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0 Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0 Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
The package image provides libraries and commands to interact with container images. ## Notes on running in rootless mode If your application needs to access a containers/storage store in rootless mode, then the following additional steps have to be performed at start-up of your application: TODO(runcom)
Libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls. It allows you to manage the lifecycle of the container performing additional operations after the container is created.
Package image provides libraries and commands to interact with containers images. TODO(runcom)
package ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host. The protocol uses simple framing for sending requests, responses, and data using multiple streams.