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

Commit

Permalink
PR #1094 follow-up: Fix old link [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jan 26, 2017
1 parent 5c71fd2 commit 31b0993
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 31b0993

Please sign in to comment.