Wiki in Docker

We offer an example for running wiki in docker.

docker run \ -p 3000:3000 \ -v $HOME/.wiki:/home/node/.wiki \ dobbs/farm

Firefox and Chrome let you use multiple localhost domains.

Once you have wiki running as above, try these links.

Then inspect the contents of .wiki folder

ls -al $HOME/.wiki

# Headless server

If your server does not have a monitor or is running without a GUI, you can visit the links above by creating an SSH tunnel from a client machine first. (I think the subdomains are arbitrary, to demonstrate that multiple wikis can be created -- but I might be missing something.)