[PATCH] rde: docker: Add containerd-service-type
Export this patch
---
Hi Andrew,
The recent docker-service-type requires to add containerd-service-type to the system configuration [0].
Here's a fix.
Best,
Jonathan
src/rde/features/docker.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/rde/features/docker.scm b/src/rde/features/docker.scm
index 9ecf1268..a898e150 100644
--- a/src/rde/features/docker.scm
+++ b/src/rde/features/docker.scm
@@ -63,12 +63,15 @@ Keybinding and Dockerfile major mode association."
'docker-add-docker-group-to-user
rde-account-service-type
(list "docker"))
+ (service
+ containerd-service-type
+ (containerd-configuration
+ (containerd containerd)))
(service
docker-service-type
(docker-configuration
(docker docker)
- (docker-cli docker-cli)
- (containerd containerd)))))
+ (docker-cli docker-cli)))))
(feature
(name f-name)
Thank you very much for the fix! Applied, pushed as
https://git.sr.ht/~abcdw/rde/commit/38a83d33
--
2.45.1