Latest chrome inside docker container with vnc and ssh
429
To use this image create docker-compose.yml file like this:
version: "2"
services:
chrome:
image: karrakk/chrome:latest
container_name: Chrome-stable-81
privileged: true
ports:
- "5900:5900"
shm_size: 1G
# volumes:
# - /etc/localtime:/etc/localtime:ro
# - /etc/timezone:/etc/timezone:ro
# password - hola
and then docker-compose up -d
Content type
Image
Digest
Size
293.8 MB
Last updated
over 6 years ago
docker pull karrakk/chrome