Patrick submitted a new resource:
Dockerized CentOS or Ubuntu Desktop with HTML5 noVNC Web Browser Connectivity - Get a Docker container setup with a CentOS or Ubuntu Desktop that you can connect to with a browser
Dockerized CentOS or Ubuntu Desktop with HTML5 noVNC Web Browser Connectivity - Get a Docker container setup with a CentOS or Ubuntu Desktop that you can connect to with a browser
Read more about this resource...Here is a nice one for making a Docker container with VNC and noVNC access. noVNC allows you to access the container using a HTML5 web browser so you do not need to install software.
Here is the GitHub of what we are using:
Step 1: Pick CentOS or Ubuntu
Step 2: Launch container:
CentOSUbuntuCode:docker run -d -p 5901:5901 -p 6901:6901 consol/centos-xfce-vnc
Code:docker run -d -p 5901:5901 -p 6901:6901...