15,024
edits
| Line 210: | Line 210: | ||
== Python version on docker images == | == Python version on docker images == | ||
=== comparison of docker images === | |||
<div class="table-responsive" style="width:100%; min-height: .01%; overflow-x: auto;"> | |||
<table border="1" class="wikitable"> | |||
<tr> | |||
<th>Docker image:tab</th> | |||
<th>Estimated time of python v. 3.x installation <br />(minute)</th> | |||
</tr> | |||
<tr> | |||
<td>python:3.6</td> | |||
<td>1</td> | |||
</tr> | |||
<tr> | |||
<td>[https://hub.docker.com/_/centos/ centos:centos7]</td> | |||
<td>4</td> | |||
</tr> | |||
<tr> | |||
<td>[https://hub.docker.com/_/ubuntu/ ubuntu:18.04]</td> | |||
<td>1</td> | |||
</tr> | |||
</table> | |||
</div> | |||
=== docker image: python === | === docker image: python === | ||
[https://hub.docker.com/_/python/ library/python - Docker Hub] | [https://hub.docker.com/_/python/ library/python - Docker Hub] | ||
| Line 251: | Line 274: | ||
=== docker image: centos === | === docker image: centos === | ||
[https://hub.docker.com/_/centos/ library/centos - Docker Hub] | [https://hub.docker.com/_/centos/ library/centos - Docker Hub] {{access | date=2018-09-06}} | ||
* default python version: python v. 2.7.5 | |||
<pre> | <pre> | ||