Skip to content
Snippets Groups Projects
Select Git revision
  • c65e395ead7cc35465c19ab0592bd85423f1ad6e
  • master default protected
  • compose
3 results

vm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Mate Farkas authored and GitHub committed
    Puppet5
    c65e395e
    History
    Name Last commit Last update
    docker
    vagrant
    .gitignore
    README.md

    Ready to use Docker containers and Vagrant templates

    Build Docker containers

    cd docker/xenial/
    make

    Test Docker containers

    NOTE: The container will be removed after exiting the container.

    cd docker/xenial/
    make test

    Create new Vagrant machine with Docker provider

    cp -r vagrant/TEMPLATE/ vagrant/hello-world/
    cd vagrant/hello-world/
    vagrant up
    vagrant ssh