@@ -30,7 +30,7 @@ the entire backlog.
30
30
* container (str): The container to attach to
31
31
* stdout (bool): Get STDOUT
32
32
* stderr (bool): Get STDERR
33
- * stream (bool): Return an interator
33
+ * stream (bool): Return an iterator
34
34
* logs (bool): Get all previous output
35
35
36
36
** Returns** (generator or str): The logs or output for the image
@@ -70,7 +70,7 @@ correct value (e.g `gzip`).
70
70
- memory (int): set memory limit for build
71
71
- memswap (int): Total memory (memory + swap), -1 to disable swap
72
72
- cpushares (int): CPU shares (relative weight)
73
- - cpusetcpus (str): CPUs in which to allow exection , e.g., ` "0-3" ` , ` "0,1" `
73
+ - cpusetcpus (str): CPUs in which to allow execution , e.g., ` "0-3" ` , ` "0,1" `
74
74
* decode (bool): If set to ` True ` , the returned stream will be decoded into
75
75
dicts on the fly. Default ` False ` .
76
76
@@ -123,7 +123,7 @@ Identical to the `docker commit` command.
123
123
* tag (str): The tag to push
124
124
* message (str): A commit message
125
125
* author (str): The name of the author
126
- * conf (dict): The configuraton for the container. See the [ Docker remote api] (
126
+ * conf (dict): The configuration for the container. See the [ Docker remote api] (
127
127
https://docs.docker.com/reference/api/docker_remote_api/ ) for full details.
128
128
129
129
## containers
@@ -397,7 +397,7 @@ src will be treated as a URL instead to fetch the image from. You can also pass
397
397
an open file handle as ' src' , in which case the data will be read from that
398
398
file .
399
399
400
- If `src` is unset but `image` is set , the `image` paramater will be taken as
400
+ If `src` is unset but `image` is set , the `image` parameter will be taken as
401
401
the name of an existing image to import from .
402
402
403
403
** Params** :
0 commit comments