Alex's Slip-box

These are my org-mode notes in sort of Zettelkasten style

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)

    docker-robe.el

    (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 the mkdir command as root user.
  • 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.

Search Results