parent
9e2518b0ea
commit
feb45a984a
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ while True:
|
|||
|
||||
elif command[0] == "$dopull":
|
||||
irc.send_irc(channel, nick + ":[...] Please wait, pulling docker image...")
|
||||
image = dock.images.pull('alpine/edge')
|
||||
image = dock.images.pull('alpine', tag="edge")
|
||||
irc.send_irc(channel, nick + ":[OK] Pulled docker image, running command now.")
|
||||
elif command[0] == "$doshell":
|
||||
if len(command) > 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue