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