Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

misoca/docker-xvfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-xvfb

Docker Image for xvfb

Usage

services:
  app:
    # ...
    links:
      - xvfb
    environment:
      DISPLAY: "xvfb:1.0"
  xvfb:
    image: misoca/xvfb
    command: :1 -ac -listen tcp -screen 0 1600x1200x24

and run feature spec normally.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published