Sign inSign up

gabrielzuqueto/docker-firefox

By gabrielzuqueto

•Updated over 9 years ago

A docker image for Mozilla Firefox based on CentOS 7.

Image
0

127

gabrielzuqueto/docker-firefox repository overview

⁠Running

docker run -ti --rm \
       -e DISPLAY=$DISPLAY \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       gabrielzuqueto/docker-firefox:version1

⁠Persisting data

To persist the Firefox data such as settings, history, bookmarks, etc. ... Just map a host directory to the path /home/docker-firefox/.mozilla

⁠Example

host directory: /home/gabriel/docker-firefox-data

docker run -ti --rm \
       -e DISPLAY=$DISPLAY \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       -v /home/gabriel/docker-firefox-data:/home/docker-firefox/.mozilla \
       gabrielzuqueto/docker-firefox:version1

⁠Source

https://github.com/gabrielzuqueto/docker-firefox⁠

⁠License

Copyright (c) 2017, Gabriel Z Amaral

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Tag summary

Content type

Image

Digest

Size

188.6 MB

Last updated

over 9 years ago

docker pull gabrielzuqueto/docker-firefox:version1