A cucumber and ruby container for ruby based cucumber testing.
1.1K
#+OPTIONS: toc:nil
ENTRYPOINT is simply cucumber, with no CMD's so you can put
whatever args on the end you feel like using, including --init.
** Running You are expected to map your current dir to some place in the container, then use that place as your workdir.
#+BEGIN_SRC shell docker run -it -v $(pwd):/usr/src/myapp -w /usr/src/myapp [cucumber args go here] #+END_SRC
Content type
Image
Digest
Size
278.1 MB
Last updated
almost 10 years ago
docker pull mcampbell/cucumber-base