Skip to content

infoslack/tdd-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example TDD to Dockerfile

Run the tests and see them fail:

$ bundle install
$ rspec spec/Dockerfile_spec.rb

Build the image and make the test pass:

$ docker build -t infoslack/docker-nginx .
$ rspec spec/Dockerfile_spec.rb

About

Example TDD to Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages