some reorganisation etc. in control package

some minor stuff
just pushing so I can try to replace fsouza/go-dockerclient with moby/moby/client
This commit is contained in:
Jakob Schrettenbrunner
2018-02-20 23:38:29 +01:00
parent 184d7e0afe
commit 501409827e
8 changed files with 251 additions and 164 deletions

View File

@@ -6,7 +6,7 @@ const (
// DataPath is a string containing the path where data should
// be stored on the system
DataPath = "datapath"
DataPath = "data"
// APIHost is a string containing the interface ip address
// on what the api should listen on