Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save filipecifali/50308be20cb6ece25db8e4db18647e17 to your computer and use it in GitHub Desktop.
Save filipecifali/50308be20cb6ece25db8e4db18647e17 to your computer and use it in GitHub Desktop.
✘ filipe@shogoki  ~ 
❯ docker run --rm -it python:3.6 [15:20:01]
Python 3.6.15 (default, Dec 21 2021, 12:03:22)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
^[[A%
filipe@shogoki  ~ 
❯ docker run --rm -it python:3.7 [15:20:03]
Python 3.7.16 (default, May 23 2023, 14:39:21)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
filipe@shogoki  ~ 
❯ docker run --rm -it python:3.8 [15:20:06]
Python 3.8.13 (default, Jul 12 2022, 12:32:46)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
filipe@shogoki  ~ 
❯ docker run --rm -it python:3.9 [15:20:10]
Unable to find image 'python:3.9' locally
3.9: Pulling from library/python
bd73737482dd: Already exists
6710592d62aa: Already exists
75256935197e: Already exists
c1e5026c6457: Already exists
f0016544b8b9: Already exists
411e6d71445b: Pull complete
b2c7f6457833: Pull complete
7512147f6c14: Pull complete
Digest: sha256:603ac689b89c2a59791a4e7cd3d727f2a673ac3df02dabbd97b0d85bb1eca4e7
Status: Downloaded newer image for python:3.9
Python 3.9.16 (main, May 23 2023, 14:17:54)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment