Commit 03f624c56465
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1634,6 +1634,17 @@
:ensure t)
#+END_SRC
+** Docker
+
+ I'm playing a lot with [[http://docker.com][docker]] and most of the time editing
+ Dockerfile and stuff inside Emacs.
+
+
+ #+BEGIN_SRC emacs-lisp
+ (use-package dockerfile-mode
+ :ensure t)
+ #+END_SRC
+
** Ansible
[[http://docs.ansible.com/index.html][Ansible]] is a great automation tool I use to manage my servers and