Skip to content

wk/docker-freeplane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Dockerized Freeplane

Abstract

This is a docker for Freeplane.

Freeplane is a mind mapping software package.

The container is based on Ubuntu (bionic) and includes the necessary Java dependencies.

Basic usage

Begin by checking out the Dockerfile and building the container:

git clone https://github.com/wk/docker-freeplane.git
sudo docker build -t freeplane docker-freeplane

You will typically want to launch the container locally on a host with a X server. Certain arguments must be passed to the container for X authentication and display to succeed. This has been tested on Ubuntu and Debian hosts:

First, authorize X socket connectivity:

xhost +local:root;

Then, launch the container:

sudo docker run --name=freeplane --detach=true -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --device /dev/snd freeplane

After the initial invocation, you can re-start the container as following:

sudo docker start freeplane

The container will stop when the application terminates.

About

Dockerized freeplane with Java dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published