Skip to content

unigeocloud/centos-xfce-vnc-novnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker containers with VNC-noVNC session

The repository contains a Docker image with VNC-noVNC.

Docker image is installed with the following components:

  • Desktop environment Xfce4
  • VNC-Server (default VNC port 5901)
  • noVNC - HTML5 VNC client (default http port 80)
  • Browsers:
    • Mozilla Firefox

Current provided OS & UI sessions:

  • Centos7 with Xfce4 UI session:

    Run command with mapping to local port 5901:

    docker run -d -p 5901:5901 -p 80:80 unigeocloud/centos-xfce-vnc-novnc
    

    Build image from scratch:

    docker build -t unigeocloud/centos-xfce-vnc-novnc centos-xfce-vnc-novnc
    

    => connect via VNC viewer localhost:5901, default password: abcABC123

    => connect via noVNC HTML5 client: http://localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages