added code to detect docker containers
This commit is contained in:
@@ -19,8 +19,7 @@ type Docker struct {
|
||||
|
||||
// Starts container using RPC calls
|
||||
func (l *Listener) StartContainer( reply *Docker) error {
|
||||
fmt.Print("here")
|
||||
vm, err := docker.BuildRunContainer(3,"false")
|
||||
vm, err := docker.BuildRunContainer(3,"false","")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user