fedora-cloud/Fedora-Dockerfiles

How to change the password?

Closed this issue · 2 comments

The password mentioned in DockerFile is 123456. I need to change this password and rebuild. Where is it listed?

I assume this is about firefox/Dockerfile. You should be able to just run the container with docker run -v /your/file/with/password:/root/.vnc/passwd:ro to override the default.

thanks