mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
add IMAGE_EVENTS: load/save
Signed-off-by: muicoder <muicoder@gmail.com>
This commit is contained in:
parent
5ade097d74
commit
931027c598
@ -5,7 +5,7 @@ import sys
|
||||
|
||||
DEFAULT_TIMEOUT = 10
|
||||
HTTP_TIMEOUT = 60
|
||||
IMAGE_EVENTS = ['delete', 'import', 'pull', 'push', 'tag', 'untag']
|
||||
IMAGE_EVENTS = ['delete', 'import', 'load', 'pull', 'push', 'save', 'tag', 'untag']
|
||||
IS_WINDOWS_PLATFORM = (sys.platform == "win32")
|
||||
LABEL_CONTAINER_NUMBER = 'com.docker.compose.container-number'
|
||||
LABEL_ONE_OFF = 'com.docker.compose.oneoff'
|
||||
|
Loading…
x
Reference in New Issue
Block a user