dockerspec
A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
File Explorer
Download Latest Version (.zip)- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- ci.rb
- debug.rb
- info.rb
- silent.rb
- helpers.rb
- config_helpers.rb
- image_gc.rb
- logger.rb
- matchers.rb
- backend.rb
- backend_hack.rb
- base.rb
- infrataster.rb
- specinfra.rb
- ci.rb
- docker.rb
- multiple_sources_description.rb
- rspec_example_helpers.rb
- its_container.rb
- configuration.rb
- resources.rb
- settings.rb
- settings.rb
- base.rb
- compose.rb
- docker.rb
- rspec.rb
- base.rb
- compose.rb
- config_helpers.rb
- docker.rb
- serverspec.rb
- builder.rb
- configuration.rb
- docker_exception_parser.rb
- docker_gem.rb
- engine_list.rb
- exceptions.rb
- infrataster.rb
- rspec.rb
- runner.rb
- serverspec.rb
- version.rb
- dockerspec.rb
- file_example1
- file_example2
- container1.json
- docker-compose.yml
- Dockerfile
- Dockerfile1
- Dockerfile1.erb
- error_example.log
- WrongDockerfile
- matchers_spec.rb
- docker_compose_yml_spec.rb
- from_dir_spec.rb
- from_file_spec.rb
- from_image_id_spec.rb
- from_string_spec.rb
- from_tag_spec.rb
- from_template_spec.rb
- with_env_spec.rb
- wrong_dockerfile_spec.rb
- dockerspec_tests.rb
- ci_spec.rb
- debug_spec.rb
- info_spec.rb
- silent_spec.rb
- helpers_spec.rb
- config_helpers_spec.rb
- image_gc_spec.rb
- logger_spec.rb
- backend_hack_spec.rb
- backend_spec.rb
- base_spec.rb
- infrataster_spec.rb
- specinfra_spec.rb
- ci_spec.rb
- docker_spec.rb
- rspec_example_helpers_spec.rb
- its_container_spec.rb
- resources_spec.rb
- compose_spec.rb
- docker_spec.rb
- base_spec.rb
- compose_spec.rb
- config_helpers_spec.rb
- docker_spec.rb
- builder_spec.rb
- configuration_spec.rb
- docker_exception_parser_spec.rb
- docker_gem_spec.rb
- engine_list_spec.rb
- version_spec.rb
- spec_helper.rb
- .gitignore
- .rubocop.yml
- .travis.yml
- .yardopts
- CHANGELOG.md
- circle.yml
- CONTRIBUTING.md
- dockerspec.gemspec
- Gemfile
- LICENSE
- Rakefile
- README.md
- TESTING.md
- TODO.md
# Installation Guide
1. Get the code
git clone https://github.com/zuazo/dockerspec
Downloads the entire project code from GitHub to your computer.
cd dockerspec
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
$ bundle exec rspec
Type this command into your terminal and run it.
script: travis_retry bundle exec rspec
Type this command into your terminal and run it.
- bundle exec rspec
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
