Try out docker.el

See https://github.com/Silex/docker.el.  Inspired by
https://www.rahuljuliato.com/posts/emacs-docker-podman.
This commit is contained in:
Daniel Borchmann 2025-04-13 10:17:54 +02:00
parent 297cc8fa05
commit 47218d6b1e
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2939,6 +2939,11 @@ eventuelly be set to nil, however)."
:commands (dictcc)
:config (require 'gnutls))
(use-package docker
:pin "melpa-stable"
:init (setopt docker-command "podman"
docker-compose-command "podman-compose"))
(use-package edit-list
:ensure t
:commands edit-list)