You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker pull python:3.6
3.6: Pulling from library/python
Digest: sha256:a01b318f4768a20a679da7d901de1676de0079bf85a01179611dd3fec67d5d66
Status: Image is up to date for python:3.6
$ docker run -ti python:3.6 sh -c "apt --version"
apt 1.4.8 (amd64)