mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Fix down with --rmi
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
1a7c1dfe7d
commit
55cf579e02
6 changed files with 102 additions and 8 deletions
|
|
@ -47,6 +47,8 @@ const (
|
|||
OneoffLabel = "com.docker.compose.oneoff"
|
||||
// SlugLabel stores unique slug used for one-off container identity
|
||||
SlugLabel = "com.docker.compose.slug"
|
||||
// ImageNameLabel stores the content of the image section in the compose file
|
||||
ImageNameLabel = "com.docker.compose.image_name"
|
||||
// ImageDigestLabel stores digest of the container image used to run service
|
||||
ImageDigestLabel = "com.docker.compose.image"
|
||||
// DependenciesLabel stores service dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue