Small update to the README.

This commit is contained in:
Jocelyn Le Sage 2023-05-09 16:37:44 -04:00
parent 3562aeb7d4
commit 0e8f2f0493

View File

@ -1,7 +1,7 @@
# Docker container for Firefox # Docker container for Firefox
[![Docker Image Size](https://img.shields.io/docker/image-size/jlesage/firefox/latest)](https://hub.docker.com/r/jlesage/firefox/tags) [![Build Status](https://github.com/jlesage/docker-firefox/actions/workflows/build-image.yml/badge.svg?branch=master)](https://github.com/jlesage/docker-firefox/actions/workflows/build-image.yml) [![GitHub Release](https://img.shields.io/github/release/jlesage/docker-firefox.svg)](https://github.com/jlesage/docker-firefox/releases/latest) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/JocelynLeSage) [![Docker Image Size](https://img.shields.io/docker/image-size/jlesage/firefox/latest)](https://hub.docker.com/r/jlesage/firefox/tags) [![Build Status](https://github.com/jlesage/docker-firefox/actions/workflows/build-image.yml/badge.svg?branch=master)](https://github.com/jlesage/docker-firefox/actions/workflows/build-image.yml) [![GitHub Release](https://img.shields.io/github/release/jlesage/docker-firefox.svg)](https://github.com/jlesage/docker-firefox/releases/latest) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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
``` ```