soundararajan.c
soundararajan.c

Reputation: 2567

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.

Upvotes: 6

Views: 4646

Answers (1)

VonC
VonC

Reputation: 1328262

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

Upvotes: 6

Related Questions