1- # Base
1+ # Python
22
3- [ ![ Base ] ( http://dockeri.co/image/snowdreamtech/base )] ( https://hub.docker.com/r/snowdreamtech/base )
3+ [ ![ Python ] ( http://dockeri.co/image/snowdreamtech/python )] ( https://hub.docker.com/r/snowdreamtech/python )
44
5- Docker Image packaging for Base . (amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, mips64le, ppc64le,riscv64, s390x)
5+ Docker Image packaging for Python . (amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, mips64le, ppc64le,riscv64, s390x)
66
77# Usage
88
@@ -14,21 +14,21 @@ To help you get started creating a container from this image you can either use
1414
1515``` bash
1616docker run -d \
17- --name=base \
17+ --name=python \
1818 -e TZ=Asia/Shanghai \
1919 --restart unless-stopped \
20- snowdreamtech/base :latest
20+ snowdreamtech/python :latest
2121```
2222
2323### Advance
2424
2525``` bash
2626docker run -d \
27- --name=base \
27+ --name=python \
2828 -e TZ=Asia/Shanghai \
2929 -v /path/to/data:/path/to/data \
3030 --restart unless-stopped \
31- snowdreamtech/base :latest
31+ snowdreamtech/python :latest
3232```
3333
3434## Docker Compose
@@ -37,9 +37,9 @@ docker run -d \
3737
3838``` bash
3939services:
40- base :
41- image: snowdreamtech/base :latest
42- container_name: base
40+ python :
41+ image: snowdreamtech/python :latest
42+ container_name: python
4343 environment:
4444 - TZ=Asia/Shanghai
4545 restart: unless-stopped
@@ -49,9 +49,9 @@ services:
4949
5050``` bash
5151services:
52- base :
53- image: snowdreamtech/base :latest
54- container_name: base
52+ python :
53+ image: snowdreamtech/python :latest
54+ container_name: python
5555 environment:
5656 - TZ=Asia/Shanghai
5757 volumes:
@@ -63,7 +63,7 @@ services:
6363
6464``` bash
6565docker buildx create --use --name build --node build --driver-opt network=host
66- docker buildx build -t snowdreamtech/base --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x . --push
66+ docker buildx build -t snowdreamtech/python --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x . --push
6767```
6868
6969## Reference
@@ -75,7 +75,7 @@ docker buildx build -t snowdreamtech/base --platform=linux/386,linux/amd64,linux
75751 . [ Faster Multi-Platform Builds: Dockerfile Cross-Compilation Guide] ( https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ )
76761 . [ docker/buildx] ( https://github.com/docker/buildx )
7777
78- ## Contact (备注:base )
78+ ## Contact (备注:python )
7979
8080* Email: sn0wdr1am@qq.com
8181* QQ: 3217680847
0 commit comments