mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
7 lines
243 B
Python
7 lines
243 B
Python
|
|
LABEL_CONTAINER_NUMBER = 'com.docker.compose.container-number'
|
|
LABEL_ONE_OFF = 'com.docker.compose.oneoff'
|
|
LABEL_PROJECT = 'com.docker.compose.project'
|
|
LABEL_SERVICE = 'com.docker.compose.service'
|
|
LABEL_VERSION = 'com.docker.compose.version'
|