Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Frequently asked questions

accetto edited this page Jun 11, 2018 · 5 revisions

Table of content

Exposed ports

Containers created from the images expose the following TCP ports:

  • port 5901 is used for access via a VNC viewer (e.g. TigerVNC or TightVNC)
  • port 6901 is used for access via a web browser with HTML5 support (noVNC)

TOC

Volumes

The images do not create or use any external volumes by default. However, the following folders make good mounting points:

  • /home/headless/Documents/
  • /home/headless/Downloads/
  • /home/headless/Music/
  • /home/headless/Pictures/
  • /home/headless/Public/
  • /home/headless/Templates/
  • /home/headless/Videos/

The following mounting point is specific to Firefox:

  • /home/headless/.mozilla

Both named volumes and bind mounts can be used. More about volumes can be found in Docker documentation.

TOC

Checking Ubuntu version

You can check the actual Ubuntu version installed in the container by typing the following command into the terminal window:

lsb_release -a

The output will look similar to this:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic

TOC

Checking Firefox version

You can check the Firefox version installed in the container by typing the following command into the terminal window:

firefox -v

The output will look similar to this:

Mozilla Firefox 60.0.1

TOC

Clone this wiki locally