Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1144 from oxyc/lxc-followup
Browse files Browse the repository at this point in the history
PR #1094 follow-up: Fix old link [ci skip]
  • Loading branch information
geerlingguy authored Jan 26, 2017
2 parents 5c71fd2 + 31b0993 commit 989d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other/vagrant-lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As containers can't load modules, but inherit them from the host, you need to lo

To load these automatically when you boot up your system, you should check the guidelines of your specific distribution. Usually you add them to `/etc/modules` or `/etc/modules-load.d/*`

### Create a [`Vagrantfile.local`](overriding-configurations.md#extending-the-vagrantfile-with-vagrantfilelocal)
### Create a [`Vagrantfile.local`](../extending/vagrantfile.md)

config.vm.networks[0][1][:lxc__bridge_name] = 'vlxcbr1'
config.vm.provider :lxc do |lxc|
Expand Down

0 comments on commit 989d77e

Please sign in to comment.