Go to file
Derek McGowan 3b46a41527
Merge pull request #9474 from lengrongfu/feat/upgrade-crun-version
upgrade crun version from 1.9 to 1.12
2023-12-06 04:53:40 +00:00
.devcontainer Go 1.21.0 2023-08-17 16:54:01 +09:00
.github Bump up golangci-lint to v1.55.2 2023-11-22 00:13:57 +09:00
api Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
archive switch back from golang.org/x/sys/execabs to os/exec (go1.19) 2023-11-02 21:15:40 +01:00
cio Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
client sandbox: add a sandboxService interface to criService 2023-11-15 09:25:58 +08:00
cluster Update DEPLOY_DIR and VERSION to match installation script 2020-10-16 13:32:58 -07:00
cmd pkg/process: Check using idmap mount options too 2023-12-04 15:17:59 +01:00
containers go.mod: github.com/containerd/typeurl/v2 v2.1.0 2023-02-11 23:39:52 +09:00
content Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
contrib sandbox: make a clear dependency of cri plugins 2023-11-30 23:06:41 +08:00
defaults FreeBSD: set default runtime 2023-08-14 22:44:21 +03:00
diff switch back from golang.org/x/sys/execabs to os/exec (go1.19) 2023-11-02 21:15:40 +01:00
docs Update documentation for containerd v2.0 packages 2023-11-16 00:40:21 +00:00
errdefs Enable dupword linter 2023-01-03 12:47:16 -08:00
events Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
filters Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
gc Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
identifiers Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
images Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
integration Merge pull request #9391 from abel-von/sandbox-plugin-1117 2023-12-01 22:42:22 +00:00
labels Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
leases Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
log Remove log package except for exported const used by hcsshim 2023-09-22 07:53:23 -07:00
metadata Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
metrics Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
mount switch back from golang.org/x/sys/execabs to os/exec (go1.19) 2023-11-02 21:15:40 +01:00
namespaces Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
oci Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
pkg Merge pull request #9391 from abel-von/sandbox-plugin-1117 2023-12-01 22:42:22 +00:00
platforms Move to use github.com/containerd/log 2023-09-22 07:53:23 -07:00
plugins sandbox: make a clear dependency of cri plugins 2023-11-30 23:06:41 +08:00
protobuf Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
reference replace reference/docker for github.com/distribution/reference v0.5.0 2023-08-31 15:54:50 +02:00
releases Prepare release notes for v2.0.0-beta.0 2023-11-01 17:23:18 -07:00
remotes Support gzip and zstd HTTP transport compression to fetch remote resources 2023-11-30 13:51:33 +00:00
rootfs Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
runtime runtime/v2: net.Dial gRPC shim sockets before trying grpc 2023-11-30 19:37:43 -08:00
sandbox Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
script upgrade crun version from 1.9 to 1.12 2023-12-06 10:19:43 +08:00
services Merge pull request #9275 from abel-von/sandbox-plugin-1019 2023-11-16 10:01:02 +00:00
snapshots Don't block snapshot garbage collection on Remove failures 2023-12-04 15:00:00 -08:00
sys switch back from golang.org/x/sys/execabs to os/exec (go1.19) 2023-11-02 21:15:40 +01:00
test migrate to community owned bucket 2023-07-25 12:09:54 +03:00
tracing Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
vendor Merge pull request #9410 from ktock/continuity-0.4.3 2023-12-01 22:41:30 +00:00
version Merge pull request #9318 from dmcgowan/prepare-2.0-beta.0 2023-11-06 17:21:29 +00:00
.gitattributes Enable linter on windows 2020-10-07 15:08:20 -07:00
.gitignore update gitignore to indicate that where contributors can use global gitignore 2023-10-02 19:00:04 +08:00
.golangci.yml .golangci.yml: remove directories that don't exist 2023-11-22 00:14:35 +09:00
.mailmap Update mailmap 2023-11-01 17:10:26 -07:00
ADOPTERS.md adopters.md: remove Eliot project 2023-11-16 00:22:11 +05:30
BUILDING.md Merge pull request #8957 from AkihiroSuda/go-1.21 2023-08-19 02:51:58 +09:00
code-of-conduct.md Update external repo links that changed default branch to main 2023-04-21 20:26:48 +00:00
codecov.yml Set codecov to not comment on PRs 2020-05-13 09:19:42 -04:00
containerd.service Clean shell scripts 2023-10-12 10:30:46 -07:00
CONTRIBUTING.md Add core and internal root packages 2023-12-01 11:26:25 -08:00
go.mod Merge pull request #9410 from ktock/continuity-0.4.3 2023-12-01 22:41:30 +00:00
go.sum Merge pull request #9410 from ktock/continuity-0.4.3 2023-12-01 22:41:30 +00:00
LICENSE Edit Containerd license info so GitHub recognizes it 2018-04-02 12:31:15 -07:00
Makefile Update package name in Makefile 2023-11-01 14:28:24 -07:00
Makefile.darwin Update Makefile and CI 2023-03-15 09:18:16 -07:00
Makefile.freebsd Update Makefile and CI 2023-03-15 09:18:16 -07:00
Makefile.linux Update Makefile and CI 2023-03-15 09:18:16 -07:00
Makefile.windows Fix $(PWD) issue for Windows makefile 2021-12-21 09:02:30 -05:00
NOTICE Update readme and documentation for release 2015-12-16 12:15:22 -08:00
Protobuild.toml Cleanup protobuild config 2023-03-22 13:28:41 +08:00
README.md Update documentation for containerd v2.0 packages 2023-11-16 00:40:21 +00:00
RELEASES.md Update documentation for containerd v2.0 packages 2023-11-16 00:40:21 +00:00
ROADMAP.md Fix syntax errors in the document 2023-01-18 09:59:41 +08:00
SCOPE.md Remove aufs snapshotter (deprecated since v1.5) 2023-03-14 14:37:13 +09:00
Vagrantfile CI: update Fedora to 39 2023-11-18 05:28:09 +09:00

containerd banner light mode containerd banner dark mode

PkgGoDev Build Status Nightlies Go Report Card CII Best Practices

containerd is an industry-standard container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.

containerd is a member of CNCF with 'graduated' status.

containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.

architecture

Announcements

Hello Kubernetes v1.24!

The containerd project would like to announce containerd v1.6.4. While other prior releases are supported, this latest release and the containerd v1.5.11 release are recommended for Kubernetes v1.24.

We felt it important to announce this, particularly in view of the dockershim removal from this release of Kubernetes.

It should be noted here that moving to CRI integrations has been in the plan for many years. containerd began as part of Docker and was donated to CNCF. containerd remains in use today by Docker/moby/buildkit etc., and has many other adopters. containerd has a namespace that isolates use of containerd from various clients/adopters. The Kubernetes namespace is appropriately named k8s.io. The CRI API and containerd CRI plugin project has, from the start, been an effort to reduce the impact surface for Kubernetes container runtime integration. If you can't tell, we are excited to see this come to fruition.

If you have any concerns or questions, we will be here to answer them in issues, discussions, and/or on slack. Below you will find information/detail about our CRI Integration implementation.

For containerd users already on v1.6.0-v1.6.3, there are known issues addressed by v1.6.4. The issues are primarily related to CNI setup

Now Recruiting

We are a large inclusive OSS project that is welcoming help of any kind shape or form:

  • Documentation help is needed to make the product easier to consume and extend.
  • We need OSS community outreach/organizing help to get the word out; manage and create messaging and educational content; and help with social media, community forums/groups, and google groups.
  • We are actively inviting new security advisors to join the team.
  • New subprojects are being created, core and non-core that could use additional development help.
  • Each of the containerd projects has a list of issues currently being worked on or that need help resolving.
    • If the issue has not already been assigned to someone or has not made recent progress, and you are interested, please inquire.
    • If you are interested in starting with a smaller/beginner-level issue, look for issues with an exp/beginner tag, for example containerd/containerd beginner issues.

Getting Started

See our documentation on containerd.io:

To get started contributing to containerd, see CONTRIBUTING.

If you are interested in trying out containerd see our example at Getting Started.

Nightly builds

There are nightly builds available for download here. Binaries are generated from main branch every night for Linux and Windows.

Please be aware: nightly builds might have critical bugs, it's not recommended for use in production and no support provided.

Kubernetes (k8s) CI Dashboard Group

The k8s CI dashboard group for containerd contains test results regarding the health of kubernetes when run against main and a number of containerd release branches.

Runtime Requirements

Runtime requirements for containerd are very minimal. Most interactions with the Linux and Windows container feature sets are handled via runc and/or OS-specific libraries (e.g. hcsshim for Microsoft). The current required version of runc is described in RUNC.md.

There are specific features used by containerd core code and snapshotters that will require a minimum kernel version on Linux. With the understood caveat of distro kernel versioning, a reasonable starting point for Linux is a minimum 4.x kernel version.

The overlay filesystem snapshotter, used by default, uses features that were finalized in the 4.x kernel series. If you choose to use btrfs, there may be more flexibility in kernel version (minimum recommended is 3.18), but will require the btrfs kernel module and btrfs tools to be installed on your Linux distribution.

To use Linux checkpoint and restore features, you will need criu installed on your system. See more details in Checkpoint and Restore.

Build requirements for developers are listed in BUILDING.

Supported Registries

Any registry which is compliant with the OCI Distribution Specification is supported by containerd.

For configuring registries, see registry host configuration documentation

Features

Client

containerd offers a full client package to help you integrate containerd into your platform.


import (
  "context"

  containerd "github.com/containerd/containerd/v2/client"
  "github.com/containerd/containerd/v2/cio"
  "github.com/containerd/containerd/v2/namespaces"
)


func main() {
	client, err := containerd.New("/run/containerd/containerd.sock")
	defer client.Close()
}

Namespaces

Namespaces allow multiple consumers to use the same containerd without conflicting with each other. It has the benefit of sharing content while maintaining separation with containers and images.

To set a namespace for requests to the API:

context = context.Background()
// create a context for docker
docker = namespaces.WithNamespace(context, "docker")

containerd, err := client.NewContainer(docker, "id")

To set a default namespace on the client:

client, err := containerd.New(address, containerd.WithDefaultNamespace("docker"))

Distribution

// pull an image
image, err := client.Pull(context, "docker.io/library/redis:latest")

// push an image
err := client.Push(context, "docker.io/library/redis:latest", image.Target())

Containers

In containerd, a container is a metadata object. Resources such as an OCI runtime specification, image, root filesystem, and other metadata can be attached to a container.

redis, err := client.NewContainer(context, "redis-master")
defer redis.Delete(context)

OCI Runtime Specification

containerd fully supports the OCI runtime specification for running containers. We have built-in functions to help you generate runtime specifications based on images as well as custom parameters.

You can specify options when creating a container about how to modify the specification.

redis, err := client.NewContainer(context, "redis-master", containerd.WithNewSpec(oci.WithImageConfig(image)))

Root Filesystems

containerd allows you to use overlay or snapshot filesystems with your containers. It comes with built-in support for overlayfs and btrfs.

// pull an image and unpack it into the configured snapshotter
image, err := client.Pull(context, "docker.io/library/redis:latest", containerd.WithPullUnpack)

// allocate a new RW root filesystem for a container based on the image
redis, err := client.NewContainer(context, "redis-master",
	containerd.WithNewSnapshot("redis-rootfs", image),
	containerd.WithNewSpec(oci.WithImageConfig(image)),
)

// use a readonly filesystem with multiple containers
for i := 0; i < 10; i++ {
	id := fmt.Sprintf("id-%s", i)
	container, err := client.NewContainer(ctx, id,
		containerd.WithNewSnapshotView(id, image),
		containerd.WithNewSpec(oci.WithImageConfig(image)),
	)
}

Tasks

Taking a container object and turning it into a runnable process on a system is done by creating a new Task from the container. A task represents the runnable object within containerd.

// create a new task
task, err := redis.NewTask(context, cio.NewCreator(cio.WithStdio))
defer task.Delete(context)

// the task is now running and has a pid that can be used to setup networking
// or other runtime settings outside of containerd
pid := task.Pid()

// start the redis-server process inside the container
err := task.Start(context)

// wait for the task to exit and get the exit status
status, err := task.Wait(context)

Checkpoint and Restore

If you have criu installed on your machine you can checkpoint and restore containers and their tasks. This allows you to clone and/or live migrate containers to other machines.

// checkpoint the task then push it to a registry
checkpoint, err := task.Checkpoint(context)

err := client.Push(context, "myregistry/checkpoints/redis:master", checkpoint)

// on a new machine pull the checkpoint and restore the redis container
checkpoint, err := client.Pull(context, "myregistry/checkpoints/redis:master")

redis, err = client.NewContainer(context, "redis-master", containerd.WithNewSnapshot("redis-rootfs", checkpoint))
defer container.Delete(context)

task, err = redis.NewTask(context, cio.NewCreator(cio.WithStdio), containerd.WithTaskCheckpoint(checkpoint))
defer task.Delete(context)

err := task.Start(context)

Snapshot Plugins

In addition to the built-in Snapshot plugins in containerd, additional external plugins can be configured using GRPC. An external plugin is made available using the configured name and appears as a plugin alongside the built-in ones.

To add an external snapshot plugin, add the plugin to containerd's config file (by default at /etc/containerd/config.toml). The string following proxy_plugin. will be used as the name of the snapshotter and the address should refer to a socket with a GRPC listener serving containerd's Snapshot GRPC API. Remember to restart containerd for any configuration changes to take effect.

[proxy_plugins]
  [proxy_plugins.customsnapshot]
    type = "snapshot"
    address =  "/var/run/mysnapshotter.sock"

See PLUGINS.md for how to create plugins

Releases and API Stability

Please see RELEASES.md for details on versioning and stability of containerd components.

Downloadable 64-bit Intel/AMD binaries of all official releases are available on our releases page.

For other architectures and distribution support, you will find that many Linux distributions package their own containerd and provide it across several architectures, such as Canonical's Ubuntu packaging.

Enabling command auto-completion

Starting with containerd 1.4, the urfave client feature for auto-creation of bash and zsh autocompletion data is enabled. To use the autocomplete feature in a bash shell for example, source the autocomplete/ctr file in your .bashrc, or manually like:

$ source ./contrib/autocomplete/ctr

Distribution of ctr autocomplete for bash and zsh

For bash, copy the contrib/autocomplete/ctr script into /etc/bash_completion.d/ and rename it to ctr. The zsh_autocomplete file is also available and can be used similarly for zsh users.

Provide documentation to users to source this file into their shell if you don't place the autocomplete file in a location where it is automatically loaded for the user's shell environment.

CRI

cri is a containerd plugin implementation of the Kubernetes container runtime interface (CRI). With it, you are able to use containerd as the container runtime for a Kubernetes cluster.

cri

CRI Status

cri is a native plugin of containerd. Since containerd 1.1, the cri plugin is built into the release binaries and enabled by default.

Note: As of containerd 1.5, the cri plugin is merged into the containerd/containerd repo. For example, the source code previously stored under containerd/cri/pkg was moved to containerd/containerd/pkg/cri package.

The cri plugin has reached GA status, representing that it is:

See results on the containerd k8s test dashboard

Validating Your cri Setup

A Kubernetes incubator project, cri-tools, includes programs for exercising CRI implementations. More importantly, cri-tools includes the program critest which is used for running CRI Validation Testing.

CRI Guides

Communication

For async communication and long-running discussions please use issues and pull requests on the GitHub repo. This will be the best place to discuss design and implementation.

For sync communication catch us in the #containerd and #containerd-dev Slack channels on Cloud Native Computing Foundation's (CNCF) Slack - cloud-native.slack.com. Everyone is welcome to join and chat. Get Invite to CNCF Slack.

Security audit

Security audits for the containerd project are hosted on our website. Please see the security page at containerd.io for more information.

Reporting security issues

Please follow the instructions at containerd/project

Licenses

The containerd codebase is released under the Apache 2.0 license. The README.md file and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.

Project details

containerd is the primary open source project within the broader containerd GitHub organization. However, all projects within the repo have common maintainership, governance, and contributing guidelines which are stored in a project repository commonly for all containerd projects.

Please find all these core project documents, including the:

information in our containerd/project repository.

Adoption

Interested to see who is using containerd? Are you using containerd in a project? Please add yourself via pull request to our ADOPTERS.md file.