diff --git a/README.md b/README.md index d24c639..ca2dcdb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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) -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 installation or configuration needed on the client side) or via any VNC client. @@ -75,6 +75,7 @@ docker run [-d] \ [-p :]... \ jlesage/firefox ``` + | Parameter | Description | |-----------|-------------| | -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: * A web browser: + ``` http://:5800 ``` * Any VNC client: + ``` :5900 ```