Build and run a chromium docker container

2018-05-06

Install docker on debian

Write the docker file

Build the docker image

1
docker build -t chromium .

Run docker

Sources