mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[docker] Add default value for detach parameter of ContainerCollection.create (#14666)
This commit is contained in:
@@ -325,7 +325,7 @@ class ContainerCollection(Collection[Container]):
|
||||
cpu_shares: int | None = None,
|
||||
cpuset_cpus: str | None = None,
|
||||
cpuset_mems: str | None = None,
|
||||
detach: Literal[True],
|
||||
detach: bool = False,
|
||||
device_cgroup_rules: list[Incomplete] | None = None,
|
||||
device_read_bps: list[Mapping[str, str | int]] | None = None,
|
||||
device_read_iops: list[Mapping[str, str | int]] | None = None,
|
||||
|
||||
Reference in New Issue
Block a user