From 0e8f2f0493f24c6c25d9e7e7edfefce97014b946 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Tue, 9 May 2023 16:37:44 -0400 Subject: [PATCH] Small update to the README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ```