Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label containers with empty destinations #745

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Conversation

djmb
Copy link
Collaborator

@djmb djmb commented Mar 27, 2024

This will allow us to filter for containers that have no destination in cases where we deploy an empty + a non empty destination to the same host.

To note:

# Containers with a destination label
$ docker ps --filter label=destination

# Containers with an empty destination label
$ docker ps --filter label=destination=

This will allow us to filter for containers that have no destination in
cases where we deploy an empty + a non empty destination to the same
host.

To note:

```
\# Containers with a destination label
$ docker ps --filter label=destination

\# Containers with an empty destination label
$ docker ps --filter label=destination=
```
@djmb djmb force-pushed the add-empty-destination-label branch from 4a6edc7 to 20e71d9 Compare March 27, 2024 14:49
@djmb djmb merged commit 6aacd1f into main Mar 27, 2024
8 checks passed
@djmb djmb deleted the add-empty-destination-label branch March 27, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant