replica of Docker Ubuntu with Chromium and Adobe Flas pluginh also covered in post in Russian by project author
- build
IMAGE=chromium-flashplugin
docker build -f Dockerfile -t $IMAGE .- observe the image size is quite heavy:
docker images $IMAGEREPOSITORY TAG IMAGE ID CREATED SIZE
chromium-flashplugin latest fb0f230f71b8 6 minutes ago 601MB
- run container
docker run -it --user user:user -v /tmp/.X11-unix/:/tmp/.X11-unix --cap-add SYS_ADMIN $IMAGE
