Home

Docker pull and run and image

docker pull python:3.8.10-slim-buster

docker run -it python:3.8.10-slim-buster /bin/bash