docker-headless-vnc-container icon indicating copy to clipboard operation
docker-headless-vnc-container copied to clipboard

vnc connection doesn't work when building the Centos image from Dockerfile

Open marpe4k opened this issue 6 years ago • 0 comments

docker-headless-vnc-container - centos-xfce-vnc - build image from Dockerfile

vnc connection doesn't work when building the image from Dockerfile

Hello,

I've build the Docker Image from Dockerfile, using the Dockerfile "Dockerfile.centos.xfce.vnc" cp Dockerfile.centos.xfce.vnc Dockerfile docker build -t marpe4k/centos-xfce-vnc:latest . The build finished successfull.

the container start worked with: docker run -d -p 5901:5901 -p 6901:6901 marpe4k/centos-xfce-vnc:latest

but vnc connection didn't work.

Doing the same steps with the Ubuntu image, there are no problems. What is going wrong with the Centos image?

Thanks, Martin

marpe4k avatar Jul 04 '19 11:07 marpe4k