Files
kamal/test/configuration
Donal McBreen 20e71d91c0 Label containers with empty destinations
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=
```
2024-03-27 14:48:55 +00:00
..
2024-03-20 10:23:02 +00:00
2024-03-20 10:23:02 +00:00
2024-03-20 10:23:02 +00:00