Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 183 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 183 Bytes
docker build . -t my-docker-test
docker run -t my-python-test

# open an interactive termainl
# nothing will persist without volumes
docker run -it alex-python-test /bin/bash