Skip to content

Commit 7e24304

Browse files
author
Thomas Grainger
committed
update docs to py3.5
Signed-off-by: Thomas Grainger <[email protected]>
1 parent e0b9cb2 commit 7e24304

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile-py3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.4
1+
FROM python:3.5
22
MAINTAINER Joffrey F <[email protected]>
33

44
RUN mkdir /home/docker-py

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ correct value (e.g `gzip`).
109109
```
110110

111111
**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
113113
`fileobj` are specified
114114

115115
## commit
@@ -207,7 +207,7 @@ of the created container in bytes) or a string with a units identification char
207207
character, bytes are assumed as an intended unit.
208208

209209
`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
211211
they are used against v1.10 and above of the Docker remote API. Those
212212
arguments should be passed as part of the `host_config` dictionary.
213213

docs/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ first.*
1212
* ca_cert (str): Path to CA cert file
1313
* verify (bool or str): This can be `False` or a path to a CA Cert file
1414
* 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)
1616
* assert_hostname (bool): Verify hostname of docker daemon
1717

1818
### configure_client

0 commit comments

Comments
 (0)