Skip to content

Commit

Permalink
user containerd-snapshotter as storage backend
Browse files Browse the repository at this point in the history
  • Loading branch information
timflyio authored and btoews committed Jun 24, 2024
1 parent 9346699 commit 288cded
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/docker/daemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"debug": false,
"log-level": "info",
"features": {
"buildkit": true
"buildkit": true,
"containerd-snapshotter": true
},
"hosts": [
"unix:///var/run/docker.sock",
Expand All @@ -27,4 +28,4 @@
"registry-mirrors": [
"https://docker-hub-mirror.fly.io"
]
}
}

0 comments on commit 288cded

Please sign in to comment.