Docker Configuration
Table of Contents
This module contains packages and configuration that adds that ability to work with both Docker and Docker files in Emacs.
Docker Mode
Docker Mode is an interface in Emacs to manage Docker containers.
(use-package docker :straight t :init (whicher "docker") :bind ("C-c d" . docker))
Docker Compose
Docker Compose Mode is a major mode for editing Docker Compose files.
(use-package docker-compose-mode :straight t :defer t :init (whicher "docker-compose"))
End
Tell Emacs what feature this file provides.
(provide 'freemacs-docker) ;;; freemacs-docker.el ends here