Python容器
$ docker pull python:3.9.18
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
python 3.9.18 459d2f6970be 8 weeks ago 1GB
$ docker run -it --net=host --name python -v ~/Documents/Python:/root/python python:3.9.18 bash
$ docker exec -it 320d077b2ef8 bash
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copyright © 2022-2023 Look. All rights reserved.