Small update to the README.
This commit is contained in:
parent
3562aeb7d4
commit
0e8f2f0493
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Docker container for Firefox
|
# Docker container for Firefox
|
||||||
[](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)
|
[](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)
|
||||||
|
|
||||||
This is a Docker container for [Firefox](https://www.mozilla.org/en-US/firefox/).
|
This project implements 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
|
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.
|
installation or configuration needed on the client side) or via any VNC client.
|
||||||
|
@ -75,6 +75,7 @@ docker run [-d] \
|
||||||
[-p <HOST_PORT>:<CONTAINER_PORT>]... \
|
[-p <HOST_PORT>:<CONTAINER_PORT>]... \
|
||||||
jlesage/firefox
|
jlesage/firefox
|
||||||
```
|
```
|
||||||
|
|
||||||
| Parameter | Description |
|
| Parameter | Description |
|
||||||
|-----------|-------------|
|
|-----------|-------------|
|
||||||
| -d | Run the container in the background. If not set, the container runs in the foreground. |
|
| -d | Run the container in the background. If not set, the container runs in the foreground. |
|
||||||
|
@ -321,11 +322,13 @@ Assuming that container's ports are mapped to the same host's ports, the
|
||||||
graphical interface of the application can be accessed via:
|
graphical interface of the application can be accessed via:
|
||||||
|
|
||||||
* A web browser:
|
* A web browser:
|
||||||
|
|
||||||
```
|
```
|
||||||
http://<HOST IP ADDR>:5800
|
http://<HOST IP ADDR>:5800
|
||||||
```
|
```
|
||||||
|
|
||||||
* Any VNC client:
|
* Any VNC client:
|
||||||
|
|
||||||
```
|
```
|
||||||
<HOST IP ADDR>:5900
|
<HOST IP ADDR>:5900
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue