Skip to content
Snippets Groups Projects
Commit 887fee0b authored by Mate Farkas's avatar Mate Farkas
Browse files

Xenial Vagrant template has been added.

parent a65e1ca3
Branches
Tags
No related merge requests found
# -*- mode: ruby -*-
# vi: set ft=ruby :
IMAGE = 'matefarkas/xenial:base'
Vagrant.configure(2) do |config|
config.vm.provider "docker" do |docker|
docker.image = IMAGE
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment