Skip to content

docker: enable containerd snapshotter with backwards-compat #313

Open
@paralin

Description

@paralin

https://docs.docker.com/storage/containerd/

Enabling the new containerd snapshotter:

/etc/docker/daemon.json:

{
  "features": {
    "containerd-snapshotter": true
  }
}

We should enable this only if there are zero existing docker images stored on the system.

When switching snapshotters, the images from the older docker image store will not be visible anymore.

Solution:

  • check if there are any legacy images stored in the docker storage dir /mnt/persist/skiff/docker
  • check if there is any setting for the snapshotter in /etc/docker/daemon.json already
  • if not, add containerd-snapshotter to /etc/docker/daemon.json

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions