Claws Mail is a free and open source, GTK+-based email and news client.
1.1K
Claws Mail (latest version) in a Docker container.
Get the trusted build on the docker hub:
$ docker pull zeitgeist/docker-claws
or download and compile the source yourself from Github:
$ git clone https://github.com/alexzeitgeist/docker-claws.git
$ cd docker-claws
$ docker build -t zeitgeist/docker-claws .
$ docker run --rm \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e DISPLAY=unix$DISPLAY \
zeitgeist/docker-claws
With persistent storage for settings and mail:
Create a folder, e.g. ${HOME}/claws. Then map it like this:
$ docker run --rm \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e DISPLAY=unix$DISPLAY \
-v "${HOME}/claws":"/home/user" \
zeitgeist/docker-claws
Content type
Image
Digest
sha256:49257f74f…
Size
152.7 MB
Last updated
over 11 years ago
docker pull zeitgeist/docker-claws