Updated documentation.
This commit is contained in:
parent
8fc2542337
commit
0157538430
2 changed files with 80 additions and 60 deletions
12
DOCKERHUB.md
12
DOCKERHUB.md
|
@ -1,15 +1,17 @@
|
|||
# Docker container for Firefox
|
||||
[](http://microbadger.com/#/images/jlesage/firefox) [](https://drone.le-sage.com/jlesage/docker-firefox) [](https://github.com/jlesage/docker-firefox/releases/latest) [](https://paypal.me/JocelynLeSage/0usd)
|
||||
[](https://hub.docker.com/r/jlesage/firefox/tags) [](https://github.com/jlesage/docker-firefox/actions/workflows/build-image.yml) [](https://github.com/jlesage/docker-firefox/releases/latest) [](https://paypal.me/JocelynLeSage/0usd)
|
||||
|
||||
This is a Docker container for [Firefox](https://www.mozilla.org/en-US/firefox/).
|
||||
|
||||
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
|
||||
The GUI of the application is accessed through a modern web browser (no
|
||||
installation or configuration needed on the client side) or via any VNC client.
|
||||
|
||||
---
|
||||
|
||||
[](https://www.mozilla.org/en-US/firefox/)[](https://www.mozilla.org/en-US/firefox/)
|
||||
|
||||
Mozilla Firefox is a free and open-source web browser developed by Mozilla Foundation and its subsidiary, Mozilla Corporation.
|
||||
Mozilla Firefox is a free and open-source web browser developed by Mozilla
|
||||
Foundation and its subsidiary, Mozilla Corporation.
|
||||
|
||||
---
|
||||
|
||||
|
@ -19,7 +21,7 @@ Mozilla Firefox is a free and open-source web browser developed by Mozilla Found
|
|||
and parameters should be adjusted to your need.
|
||||
|
||||
Launch the Firefox docker container with the following command:
|
||||
```
|
||||
```shell
|
||||
docker run -d \
|
||||
--name=firefox \
|
||||
-p 5800:5800 \
|
||||
|
@ -29,7 +31,7 @@ docker run -d \
|
|||
```
|
||||
|
||||
Where:
|
||||
- `/docker/appdata/firefox`: This is where the application stores its configuration, log and any files needing persistency.
|
||||
- `/docker/appdata/firefox`: This is where the application stores its configuration, states, log and any files needing persistency.
|
||||
|
||||
Browse to `http://your-host-ip:5800` to access the Firefox GUI.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue