mirror of https://github.com/docker/docker-py.git
Merge pull request #1869 from mccalluc/patch-1
Replace missing "^" with "e"
This commit is contained in:
commit
ba46201ca6
|
@ -557,7 +557,7 @@ class ContainerCollection(Collection):
|
|||
item in the list is expected to be a
|
||||
:py:class:`docker.types.Mount` object.
|
||||
name (str): The name for this container.
|
||||
nano_cpus (int): CPU quota in units of 10-9 CPUs.
|
||||
nano_cpus (int): CPU quota in units of 1e-9 CPUs.
|
||||
network (str): Name of the network this container will be connected
|
||||
to at creation time. You can connect to additional networks
|
||||
using :py:meth:`Network.connect`. Incompatible with
|
||||
|
|
Loading…
Reference in New Issue