basecamp / kamal

Deploy web apps anywhere.
https://kamal-deploy.org
MIT License
10.66k stars 410 forks source link

Label containers with empty destinations #745

Closed djmb closed 6 months ago

djmb commented 6 months ago

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=