Sign inSign up

ich777/chrome

By ich777

•Updated 10 months ago

Image
22

500K+

ich777/chrome repository overview

⁠Chrome in Docker optimized for Unraid

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

RESOLUTION: You can also change the resolution from the WebGUI, to do that simply click on 'Show more settings...' (on a resolution change it can occour that the screen is not filled entirely with the Chrome window, simply restart the container and it will be fullscreen again).

⁠Env params

NameValueExample
DATA_DIRFolder for Chrome/chrome
CUSTOM_RES_WEnter your preferred screen width1280
CUSTOM_RES_HEnter your preferred screen height768
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value000
DATA_PERMData permissions for /chrome folder770

⁠Run example

docker run --name Chrome -d \
	-p 8080:8080 \
	--env 'CUSTOM_RES_W=1280' \
	--env 'CUSTOM_RES_H=768' \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=000' \
	--env 'DATA_PERM=770' \
	--volume /mnt/cache/appdata/chrome:/chrome \
	ich777/chrome
⁠Webgui address: http://[SERVERIP]:[PORT]/vnc.html?autoconnect=true

⁠Set VNC Password:

Please be sure to create the password first inside the container, to do that open up a console from the container (Unraid: In the Docker tab click on the container icon and on 'Console' then type in the following):

  1. su $USER
  2. vncpasswd
  3. ENTER YOUR PASSWORD TWO TIMES AND PRESS ENTER AND SAY NO WHEN IT ASKS FOR VIEW ACCESS

Unraid: close the console, edit the template and create a variable with the Key: TURBOVNC_PARAMS and leave the Value empty, click Add and Apply.

All other platforms running Docker: create a environment variable TURBOVNC_PARAMS that is empty or like this:

    --env 'TURBOVNC_PARAMS=-securitytypes VNC'

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:a523d7927…

Size

393.5 MB

Last updated

10 months ago

docker pull ich777/chrome