Sign inSign up

nfqlt/chromium

By nfqlt

Updated 6 days ago

Image
0

6.0K

nfqlt/chromium repository overview

NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.

Chromium started in headless mode and remote debuging

This is rolling release.

Info
  • Port: 9222
Sample configuration
version: '2.4'
services:

  chromium:
    image: nfqlt/chromium
    volumes:
      - './src:/home/project/src'
      - /tmp


  dev:
    image: nfqlt/php73-dev
    volumes_from:
      - service:chromium:rw
    volumes:
      - './src:/home/project/src'
      - '/home/project/.ssh:/home/project/.ssh'
      - '/etc/ssh:/etc/ssh'
      - '/etc/gitconfig:/etc/gitconfig'
      - '/etc/environment:/etc/environment-vm:ro'

Tag summary

Content type

Image

Digest

sha256:e52328ea9

Size

437.4 MB

Last updated

6 days ago

docker pull nfqlt/chromium