Sign inSign up

martinjohn/chrome

By martinjohn

Updated about 4 years ago

Image
0

207

martinjohn/chrome repository overview

chrome

Chrome on desktop Built on basic vnc server

You'll want to use "seccomp" file from https://github.com/jessfraz/dotfiles/blob/master/etc/docker/seccomp/chrome.json And also increase the default shm_size to 512mb And you might want to map a volume for home directory (but you will need to populate $HOME/.vnc/config with securitytypes=none)

So something like

version: '3.7'
services:
  chrome:
    image: martinjohn/chrome
    shm_size: '512mb'
    volumes:
      - ${PWD}/home:/home/web
    security_opt:
      - seccomp=chrome.json

Tag summary

Content type

Image

Digest

sha256:2b8c665e2

Size

237.7 MB

Last updated

about 4 years ago

docker pull martinjohn/chrome