SCKAN is the SPARC Connectivity Knowledge base of the Autonomic Nervous system.
This docker image contains everything you need to query SCKAN.
Get started with the Tutorial.
Write your own queries in Scratch.
Review Examples.
Browse the full Catalog.
You can quit at any time and your work will be saved.
You can continue your previous session by running
docker start -ai $(docker ps -lqf ancestor=tgbugs/musl:kg-release-user)
For more details see Saving and restoring in the reference section.
While using docker start
keeps you safe from losing work,
the best way to save your work across sessions is to mount
a folder from the host system to the docker container.
To configure your system so that your work lives on the host system see Saving to the host system in the reference section.
To get the correct behavior for restoring desktops when using this file as an entrypoint use the following command.
emacs -eval "(find-file-noselect (pop argv))" welcome.org
To test save and restore for this file use the following command.
emacs -Q -eval "(progn (setq user-init-file (concat default-directory (pop argv)) _ (load user-init-file) user-emacs-directory (file-name-directory user-init-file)) (find-file-noselect (pop argv)))" test-sandbox/.emacs.d/init.el welcome.org