File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.4
1
+ FROM python:3.5
2
2
MAINTAINER Joffrey F <
[email protected] >
3
3
4
4
RUN mkdir /home/docker-py
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ correct value (e.g `gzip`).
109
109
```
110
110
111
111
** Raises:** [ TypeError] (
112
- https://docs.python.org/3.4 /library/exceptions.html#TypeError ) if ` path ` nor
112
+ https://docs.python.org/3.5 /library/exceptions.html#TypeError ) if ` path ` nor
113
113
` fileobj ` are specified
114
114
115
115
## commit
@@ -207,7 +207,7 @@ of the created container in bytes) or a string with a units identification char
207
207
character, bytes are assumed as an intended unit.
208
208
209
209
` volumes_from ` and ` dns ` arguments raise [ TypeError] (
210
- https://docs.python.org/3.4 /library/exceptions.html#TypeError ) exception if
210
+ https://docs.python.org/3.5 /library/exceptions.html#TypeError ) exception if
211
211
they are used against v1.10 and above of the Docker remote API. Those
212
212
arguments should be passed as part of the ` host_config ` dictionary.
213
213
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ first.*
12
12
* ca_cert (str): Path to CA cert file
13
13
* verify (bool or str): This can be ` False ` or a path to a CA Cert file
14
14
* ssl_version (int): A valid [ SSL version] (
15
- https://docs.python.org/3.4 /library/ssl.html#ssl.PROTOCOL_TLSv1 )
15
+ https://docs.python.org/3.5 /library/ssl.html#ssl.PROTOCOL_TLSv1 )
16
16
* assert_hostname (bool): Verify hostname of docker daemon
17
17
18
18
### configure_client
You can’t perform that action at this time.
0 commit comments