docker-py
docker-py copied to clipboard
Why is `Container.name` optional and not always a `str`?
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