Sign inSign up

purejava/docker-zim

By purejava

Updated about 6 years ago

zim on macOS

Image
0

1.0K

purejava/docker-zim repository overview

zim on macOS

While it's easy to install and run zim on Linux and Windows, it's quite a hassle on macOS.

So I created a Docker image, that hopefully makes things easier for macOS.

This provides zim 0.73 on Ubuntu groovy.

Prerequisites

brew install socat
brew cask install xquartz
open -a XQuartz (ignore the xterm that opens or close it)
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
docker run -e DISPLAY=<your_IPv4_address>:0 -v ~/Documents/Notebooks/book:/home/developer/Notebooks/book --name zim purejava/docker-zim

Tag summary

Content type

Image

Digest

Size

129.1 MB

Last updated

about 6 years ago

docker pull purejava/docker-zim