Skip to content

jadametz/docker-serverspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-serverspec

Build Status

docker-serverspec is a minimal Ruby image capable of running rspec / serverspec for the (integration) testing of Docker images.

Getting Started

The following command can be used as an example as well as to test the Dockerfile for this repository.

$ docker run --rm --name integration-test \
➭ -v /var/run/docker.sock:/var/run/docker.sock \
➭ -v $(pwd):/docker-serverspec \
➭ -w /docker-serverspec \
➭ jadametz/serverspec \
➭ spec/
...

Finished in 0.97621 seconds (files took 0.54975 seconds to load)
3 examples, 0 failures

About

docker-serverspec is a minimal Ruby image capable of running rspec / serverspec

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published