I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.1 KiB

Docker

Interact with Docker1 inside of Emacs.

Setup

Make sure you have the required components installed on your system before loading the module.

RUN apt install -y docker docker-compose

Config

It's possible to interact with Docker1 inside of Emacs through the docker.el2 plugin. It provides rich support for working with containers, images, compose networks, and has bindings for using machine.

(use-package docker
  :commands (docker))

Shortcuts

Open the container management screen with SPC k.

(dotfiles/leader
  "k" '(docker :which-key "Docker"))

Footnotes