docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Why is `Container.name` optional and not always a `str`?

Open lev-blit opened this issue 5 months ago • 0 comments

Maybe I'm missing something but from what I know a container must always have a name... when can it be null?

See https://github.com/docker/docker-py/blob/main/docker/models/containers.py#L33-L34

lev-blit avatar Aug 30 '25 16:08 lev-blit