• This repository has been archived on 09/Jun/2020
  • Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chrome, in a Docker container.

Chrome Docker (unmaintained)

A Docker image that can run Google Chrome.

Please note, this project is no longer maintained. I am currently focused on other projects, and do not have the required time to support this. Pease feel free to fork it.

Thank you for using it. I hope that it helped :)

How does it work?

The Docker image includes a VNC server which provides graphical access to the virtual display running in the container.

How do I build it?

Refer to the building documentation.

How do I run it?

First, start the container and its VNC server:

docker run -p 5900:5900 --name chrome --user apps --privileged <image-name>

Note: The macOS VNC client will not be able to login unless you set a password for the VNC server. The instructions for setting a VNC password can be found below.

By default, the VNC server is started without a password. If you would like to specify a password for the VNC server, do the following:

docker run -p 5900:5900 -e VNC_SERVER_PASSWORD=some-password --name chrome \
    --user apps --privileged <image-name>

Once the container is running, you can VNC into it at 127.0.0.1 and run Chrome from a terminal window by running:

google-chrome

You can also start Google Chrome by right-clicking the Desktop and selecting:

Applications > Network > Web Browsing > Google Chrome

Additional settings

Refer to the configuration documentation.

Security concerns

This image starts a X11 VNC server which spawns a framebuffer. Google Chrome also requires that the image be run with the --privileged flag set. This flag disables security labeling for the resulting container. Be very careful if you run the container on a non-firewalled host.

Some applications (such as Google Chrome) will not run under the root user. A non-root user named apps is included for such scenarios.

More Repositories

1

launchctlutil

A Go library that provides functionality for working with the launchctl application and launchd.
Go
11
star
2

finley

finley makes it easy to quickly decompile several .NET binaries concurrently without involving a GUI.
Go
8
star
3

mic

mic (macOS ISO Creator) creates macOS installer .iso files.
Go
7
star
4

ovaify

A Go library for creating OVA (Open Virtual Appliance) files.
Go
6
star
5

mkobsd

mkobsd automates the creation of OpenBSD installer images.
Go
5
star
6

user32util

Package user32util provides helper functionality for working with Windows' user32 library.
Go
4
star
7

vmwareify

A Go library and application for creating VMWare friendly OVF files.
Go
4
star
8

reversing-notes

A collection of notes about various reverse engineering tools and techniques.
4
star
9

packer-ova-forge

A packer post-processor that converts VirtualBox ISO builds into OVAs for VirtualBox and VMWare - without rebuilding the virtual machine!
Go
3
star
10

suw

A Go library for the macOS 'softwareupdate' utility.
Go
3
star
11

entity-plugins

Plugins for Entity, a Halo 2 .map editor (for historical purposes only).
3
star
12

cyberdaemon

A Go library that provides tooling for creating and managing a platform-agnostic daemon.
Go
3
star
13

steamutil

A Go library for working with Steam - Valve Software's game distribution application.
Go
2
star
14

proof-of-concept-exploits

Proof of concept exploits for various vulnerabilities.
Go
2
star
15

packer-breadcrumbs

A packer provisioner for storing build-related files and metadata inside your builds.
Go
1
star
16

rizin-tools

Various tools for working with the rizin disassembler and debugger.
Go
1
star
17

filesearch

Package filesearch provides functionality for searching the local filesystem.
Go
1
star
18

gimel

Package gimel provides functionality for in-memory execution on Linux.
Go
1
star
19

mocktls

mocktls provides mock TLS functionality for testing purposes.
Go
1
star
20

msf-docker-env

A slightly modified docker-compose configuration based on the file found in rapid7's repository.
1
star
21

dhash

dhash recursively hashes all of the files in a directory and produces a cumulative hash string.
Go
1
star
22

goss

goss abstracts operating system specific sockets into a small API.
Go
1
star
23

eval-is-a-really-bad-idea

Code that demonstrates why using 'eval' in Bash is a bad idea.
Shell
1
star
24

boxboi

boxboi is a capture the flag challenge that demonstrates privilege escalation and other fun vulnerabilities.
Go
1
star
25

buffer-overflower

A Bash script for running unintended code. Designed for educational purposes only.
Shell
1
star
26

sshutil

sshutil provides additional SSH functionality and helper code for working with 'github.com/pkg/sftp' and 'golang.org/x/crypto/ssh'.
Go
1
star
27

radareutil

Package radareutil provides functionality for working with radare2.
Go
1
star
28

mtls

A small Go library and utility for generating TLS mutual authentication certificates and key pairs.
Go
1
star
29

larboard

A Halo map library.
Go
1
star
30

brkit

brkit provides functionality for binary research.
Go
1
star