GithubHelp home page GithubHelp logo

scluojie / chrome-vnc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nkpro2000sr/chrome-vnc

0.0 0.0 0.0 26 KB

Chromium with VNC in Docker image ( on Alpine ).

Home Page: https://hub.docker.com/r/nkpro/chrome-vnc

License: MIT License

Dockerfile 100.00%

chrome-vnc's Introduction

Chrome-VNC

Chromium with VNC on Alpine in Docker image.

username : user (user added to sudoers)
password : passwd
vnc password : passwd

To run Chrome VNC

docker run --rm -it -p 5900:5900 nkpro/chrome-vnc

To give extra args for x11vnc, run docker with startVNC extra-args
docker run --rm -it -p 5900:5900 nkpro/chrome-vnc startVNC -forever

To change the default Resolution, run docker with env -e RESOLUTION=required-resolution
docker run --rm -it -p 5900:5900 -e RESOLUTION=1280x720x24 nkpro/chrome-vnc

To run bash command line

docker run --rm -it nkpro/chrome-vnc bash

Make a Portable Chromium Browser with Chrome-VNC docker image

To start container for first time.
docker run --name pcb -it -p 5900:5900 nkpro/chrome-vnc

To start container for next time.
docker start pcb && docker attach pcb

To transfer the container to another host.

docker commit pcb pcbi
docker save pcbi -o pcbi.tar

# in another host
docker load -i pcbi.tar pcbi
# for first run
docker run --name pcb -it -p 5900:5900 pcbi
# for next runs
docker start pcb && docker attach pcb

you can change 'pcb' and 'pcbi' with any name for container and image.

chrome-vnc's People

Contributors

nkpro2000sr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.