Sign inSign up

myoung34/vagrant

By myoung34

Updated over 9 years ago

Ruby + Vagrant in a container. Helpful for testing plugins/providers.

Image
0

10K+

myoung34/vagrant repository overview

docker-vagrant

Useful for testing plugins against many vagrant versions. Contains ruby, vagrant, and jenkins user. See tags for vagrant versions. Example usage via Jenkins can be found here

Build
  1. docker build . --build-arg vagrant_version=1.9.2
Run
docker run \
  -d \
  -v $(pwd):/opt/vagrant-plugin \
  myoung34/vagrant:1.9.1 \
  /bin/bash -ex \
    -c "cd /opt/vagrant-plugin; bundle install; bundle exec rspec"

Tag summary

Content type

Image

Digest

Size

422.8 MB

Last updated

over 9 years ago

docker pull myoung34/vagrant