Skip to content

tomav/docker-behat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-behat

Build Status

This repository is the source of tvial/behat which brings:

  • a basic shell with oh-my-zsh
  • php5-cli with PHP 5.5
  • behat 3.0 / mink 1.5
  • all needed dependencies

Install

docker pull tvial/behat

Usage

docker run -ti -h docker-behat -v "$(pwd)/project":/root/project tvial/behat zsh

You should see a prompt containing [ docker-behat ] and have behat command available.

Build

If you need adapt the project to your needs, clone, modify the Dockerfile and from the source directory, run:

docker build -t tvial/behat .

Also available via Docker Index.

About

Installs Behat and depencies into a new container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published