Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: enable containerd snapshotter with backwards-compat #313

Open
paralin opened this issue Jun 14, 2024 · 0 comments
Open

docker: enable containerd snapshotter with backwards-compat #313

paralin opened this issue Jun 14, 2024 · 0 comments

Comments

@paralin
Copy link
Collaborator

paralin commented Jun 14, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant