Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install CentOS 7 Desktop in Windows using Docker

I'm a beginner in docker.

I need to install docker in my local windows PC ( Desktop, 64 bit , windows 10, 4GB RAM)

In that i need to install CentOS 7 ( with desktop access)

In that CentOS 7 container i need to install google-chrome and firefox Software in that desktop.

like image 964
soundararajan.c Avatar asked Oct 29 '17 06:10

soundararajan.c


1 Answers

2017: You can use ConSol/docker-headless-vnc-container
(2022: no longer maintained, though)

The repository contains a collection of Docker images with headless VNC environments.

Each Docker image is installed with the following components:

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

To use those containers, browse to https://github.com/ConSol/docker-headless-vnc-container/blob/master.
Or use a VNCViewer.

You will have access to the CentOS environment, running Chrome or Firefox:

https://raw.githubusercontent.com/ConSol/docker-headless-vnc-container/master/.pics/vnc_container_view.png

like image 85
VonC Avatar answered Oct 20 '22 01:10

VonC