Sign inSign up

kaixhin/neuron

By kaixhin

Updated over 9 years ago

Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + NEURON.

Image
0

411

kaixhin/neuron repository overview

Docker Pulls Docker Stars

neuron

Ubuntu Core 14.04 + LXDE desktop + Firefox browser + TightVNC server + NEURON. Runs as a daemon by default by using tail.

Build

Include password.txt with the password for TightVNC (by default this is "password"). This must be at least 8 characters and is truncated if longer.

Usage

The default password should be changed. To do so start up a container and then run docker exec <id> bash -c "echo -e '<password>\n<password>\nn' | vncpasswd".

For automatically mapping a VNC port use docker run -dP kaixhin/neuron and docker port <id> to retrieve the port. For specifying the port manually use docker run -d -p <port>:5901 kaixhin/neuron. The shell can be entered as usual using docker run -it kaixhin/neuron bash.

Citation

If you find this useful in research please consider citing this work.

Tag summary

Content type

Image

Digest

sha256:8010a94d5

Size

269.6 MB

Last updated

over 9 years ago

docker pull kaixhin/neuron