dockerfile / chrome

Chrome Dockerfile for trusted automated Docker builds.

Home Page:http://dockerfile.github.io/#/chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Dockerfile

This repository contains Dockerfile of Chrome for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/chrome

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/chrome" github.com/dockerfile/chrome)

Usage

docker run -it --rm -p 5901:5901 dockerfile/chrome

USER=root vncserver :1 -geometry 1280x800 -depth 24

Connect to vnc://<host>:5901 via VNC client.

About

Chrome Dockerfile for trusted automated Docker builds.

http://dockerfile.github.io/#/chrome

License:MIT License


Languages

Language:Shell 100.0%