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

vm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Mate Farkas authored
    a65e1ca3
    History
    Name Last commit Last update
    docker/xenial
    .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