~abcdw/rde-devel

rde: docker: Add containerd-service-type v1 APPLIED

Jonathan Pieper: 1
 rde: docker: Add containerd-service-type

 1 files changed, 5 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~abcdw/rde-devel/patches/54597/mbox | git am -3
Learn more about email & git

[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)
-- 
2.45.1