瀏覽代碼

Merge branch 'master' of github.com:underinternet/vycenter

Roberto Berto 5 年之前
父節點
當前提交
2feef57a26
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -22,7 +22,16 @@ in alpha stage we're going to provide just essential device config, interfaces a
 * add new VyoS instances test connection all servers - todo
 * associate groups to VyOS instances
 
-# install instructions
+# docker composer
+
+Right now we are using db.sqlite3, but I used composer so we can change to mySQL if needed.
+
+```
+docker-compose build
+docker-compose  up
+```
+
+# manual install instructions
 
 ## setup virtual env and pip requirements
 ```