8000 GitHub - saltpotato/docker-chromium: Docker container for Chromium ( based on the FireFox original version )
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saltpotato/docker-chromium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for Chromium

This project implements a Docker container for Chromium.

Which is a fork of the FireFox variant.

Still a work in progress. Works for now (rougly). I pull the latest version of the chromium image currently, not a specific version. So it may break in the future (which can be fixed also).

Building

docker build -t docker-chromium .

Running

Create a data directory for the chromium profile data

mkdir -p /home/username/chromium-data

Run the container

docker run --rm  --cap-add=SYS_ADMIN  --name=chromium -v /home/username/chromium-data:/config:rw    -p 5800:5800     docker-chromium

Access the container

http://your-ip:5800

About

Docker container for Chromium ( based on the FireFox original version )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.7%
  • Dockerfile 37.4%
  • C 4.9%
0