Ver código fonte

Update README.md

Roberto Bertó 5 anos atrás
pai
commit
f624b7f224
1 arquivos alterados com 10 adições e 1 exclusões
  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
 ```