Pale Moon browser in a user mode Docker Container.
Does not require --privileged mode.
docker pull vasilev/palemoon:latest
docker run -it --rm --volume /usr/local/bin:/target vasilev/palemoon:latest install
palemoon
The wrapper scripts volume mount the X11 and pulseaudio sockets in the launcher container. The X11 socket allows for the user interface display on the host, while the pulseaudio socket allows for the audio output to be rendered on the host.
When the image is launched the following directories are mounted as volumes:
${HOME}/'.moonchildproductions'XDG_DOWNLOAD_DIR or if it is missing ${HOME}/DownloadsThis makes sure that your profile details are stored on the host and files received via Pale Moon are available on your host in the appropriate download directory.
https://github.com/vasilev/docker-image-palemoon
Content type
Image
Digest
sha256:b1488f704…
Size
113.9 MB
Last updated
3 months ago
docker pull vasilev/palemoon