• 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
  • lib
  • vagrant
  • lxd.rb
  • 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 »
lxd.rb 168 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
require 'bundler'

begin
  require 'vagrant'
rescue LoadError
  Bundler.require(:default, :development)
end

require 'vagrant/lxd/version'
require 'vagrant/lxd/plugin'