diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa58987 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# bnuuy +little deployable firefoxes uwu + +at `568MB` its pretty big. most of that is firefox though. +you can omit some of the codecs and fonts to save like 50MB, but +then most webpages will be half-broken + + +this is essentially [bunny](https://github.com/SimplyLinn/bunny), [alpine-vnc](https://github.com/danielguerra/alpine-vnc), +and [spice-chrome](https://github.com/ikreymer/spice-chrome) shoved together into one alpine docker container + + +## build the image +clone the repo and go in it, then you can +``` +docker build -t xfnw/bnuuy . +``` + +## running it +this is just an example, you probably want different flags for your usecase +``` +docker run -p 5900:5900 -p 5959:5959 -it xfnw/bnuuy +``` + + + diff --git a/Readme.md b/Readme.md deleted file mode 100644 index d8943e9..0000000 --- a/Readme.md +++ /dev/null @@ -1,24 +0,0 @@ -# About -x11vnc on alpine linux - -# Usage - -docker run -d -p 5900:5900 danielguerra/alpine-vnc - -After this use vnc-client to connect to your alpine. -Right click shows the menu - -Everything runs as user alpine. This user has sudo rights. - -The password=alpine you can change is with passwd in -the xterm. - -Default it runs alpine 3.5 (changed). - -If you want to use alpine 3.4 run - -docker run -d -p 5900:5900 danielguerra/alpine-vnc:3.4 - -For alpie edge use - -docker run -d -p 5900:5900 danielguerra/alpine-vnc:edge