Update docker manager & provider
This commit is contained in:
@@ -23,7 +23,7 @@ def get_vm_command_line(env, config: Dict[str, str]):
|
||||
|
||||
def get_vm_command_error(env, config: Dict[str, str]):
|
||||
vm_ip = env.vm_ip
|
||||
port = 5000
|
||||
port = env.server_port
|
||||
command = config["command"]
|
||||
shell = config.get("shell", False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user