Moved Docker stuff to "Docker" folder

Created k8s folder for k8s stuff
Added early-stage service.yaml for K8s deployment
This commit is contained in:
erichardso
2018-08-28 11:51:23 -07:00
parent 176e2f2062
commit d880f44ca6
138 changed files with 11 additions and 0 deletions

6
Docker/src/bin/tHome-sma.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import tHome.sma
tHome.sma.cmdLine.run( sys.argv )