Toggle navigation
Sign in
Georg GH. Hopp
/
vagrant-lxd
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
be4c5c0c15958009062fcfb78ed46ae2ba8332a8
Authored by
Georg Hopp
2017-05-16 09:58:39 +0200
1 parent
c3043f36
build: skipped
fix usage of privileged
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
be4c5c0
...
...
@@ -42,7 +42,7 @@ Currently the provider knows only one config option.
42
42
```
ruby
43
43
Vagrant
.
configure
(
"2"
)
do
|
config
|
44
44
config
.
vm
.
provider
:lxd
do
|
lxd
|
45
-
lxd
.
privileged
=
true
45
+
lxd
.
privileged
46
46
end
47
47
end
48
48
```
...
...
Please
register
or
login
to post a comment