-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update plugin and spec description
- Loading branch information
1 parent
aff864f
commit 637913a
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# LXD-vagrantfile | ||
# Mesg-vagrantfile | ||
|
||
vagrant file to be used for lxd associated programs developments, file include : | ||
- buntu/bionic64 | ||
- lxd cluster | ||
- dlv for remote debug | ||
vagrant file to be used for mesh associated programs developments, file include : | ||
- jq | ||
- istio | ||
|
||
### Quick Start | ||
|
||
``` | ||
git clone [email protected]:chen-keinan/lxd-vagrantfile.git | ||
cd lxd-vagrantfile | ||
git clone [email protected]:chen-keinan/mesh-vagrantfile.git | ||
cd mesh-vagrantfile | ||
vagrant up | ||
``` | ||
|