Container for running Logisim connecting via VNC
3.7K
To run the container:
docker pull jlphillips/logisim
docker run -it --rm -p 5900:5900 --user user -v /your/files:/home/user/work jlphillips/logisim
Of course, you need to change /your/files to a directory on your system where you would like to keep your circuit files.
Connecting to the running container: Use any VNC viewer software to connect to localhost (default VNC port is 5900, but you can adjust the -p option as desired) when launching the container. I recommend TightVNC: https://www.tightvnc.com/
Shutting it down: To shut down the container, you can close logisim, then right-click on the desktop and choose exit (or just use docker stop and docker rm).
Content type
Image
Digest
Size
346.9 MB
Last updated
almost 6 years ago
docker pull jlphillips/logisim