Update container.py

This commit is contained in:
Namhyeon Go 2024-03-06 15:47:17 +09:00 committed by GitHub
parent 2ef54e851a
commit bee65559da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ import docker
class Container(Extension):
def __init__(self):
self.type = "rpcmethod"
self.method = "container_init"
self.methods = ["container_run", "container_stop"]
def dispatch(self, type, id, params, conn):