mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Update container.py
This commit is contained in:
parent
7198281941
commit
9701d4b122
|
@ -7,6 +7,7 @@ class Container(Extension):
|
|||
self.exported_methods = ["container_run", "container_stop"]
|
||||
|
||||
def dispatch(self, type, id, params, conn):
|
||||
print ("[*] Greeting!")
|
||||
pass
|
||||
|
||||
def container_run(self, type, id, params, conn):
|
||||
|
|
Loading…
Reference in New Issue
Block a user