Using robe with docker
Put emacs-docker-robe package somewhere in your Load Path (I put it in ~/emacs.d/lisp and added the directory to my load paths)
(add-to-list 'load-path "~/.emacs.d/lisp/")
- You might need to make some changes to the package, for example for some projects
- set the
robe-host
to “0.0.0.0”. - Added
-u 0
to run themkdir
command as root user.
- set the
- eval
(require 'docker-rob)
- eval
(docker-robe:activate)
- This will start a question set and cache your answers in your emacs directory
in the file
.docker-robe-project
- Note that it didn’t seem to store my answers properly and I had to manually edit this file to make the corrections.