• Sign in

Georg GH. Hopp / vagrant-lxd · Files

Dogs2 white

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • vagrant-lxd
  • Rakefile
  • Initial commit ...
    e391d9ba
    The LXD provider load a box definition, downloads the corresponding
    image, create a container and prepares it for vagrant ssh.
    So vagrant up brings the container to live including managed bridge
    networking and vagrant ssh enters the container.
    Georg Hopp authored
    2017-05-05 22:34:34 +0200  
    Browse Files »
Rakefile 76 Bytes
Raw Blame History Permalink
1 2 3
require "rubygems"
require "bundler/setup"
Bundler::GemHelper.install_tasks