mirror of
https://github.com/casjaysdevdocker/python
synced 2026-07-25 02:11:36 -04:00
802f7259d69c186179c4f83a7055fee39abb5a4e
python-3.10 / release-python-3_10 (push) Failing after 2s
python-3.12 / release-python-3_12 (push) Failing after 2m15s
python-3.11 / release-python-3_11 (push) Failing after 2m16s
python-3.13 / release-python-3_13 (push) Failing after 2m14s
python-3.9 / release-python-3_9 (push) Failing after 2s
release-tag / release-image (push) Failing after 1s
python-3 / release-python-3 (push) Failing after 2s
python / release-python (push) Failing after 1s
rootfs/usr/local/etc/docker/functions/entrypoint.sh
👋 Welcome to python 🚀
python README
Install my system scripts
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
Automatic install/update
dockermgr update python
Install and run container
dockerHome="/var/lib/srv/$USER/docker/casjaysdevdocker/python/python/latest/rootfs"
mkdir -p "/var/lib/srv/$USER/docker/python/rootfs"
git clone "https://github.com/dockermgr/python" "$HOME/.local/share/CasjaysDev/dockermgr/python"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/python/rootfs/." "$dockerHome/"
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-python-latest \
--hostname python \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$dockerHome/data:/data:z" \
-v "$dockerHome/config:/config:z" \
-p 80:80 \
casjaysdevdocker/python:latest
via docker-compose
version: "2"
services:
ProjectName:
image: casjaysdevdocker/python
container_name: casjaysdevdocker-python
environment:
- TZ=America/New_York
- HOSTNAME=python
volumes:
- "/var/lib/srv/$USER/docker/casjaysdevdocker/python/python/latest/rootfs/data:/data:z"
- "/var/lib/srv/$USER/docker/casjaysdevdocker/python/python/latest/rootfs/config:/config:z"
ports:
- 80:80
restart: always
Get source files
dockermgr download src casjaysdevdocker/python
OR
git clone "https://github.com/casjaysdevdocker/python" "$HOME/Projects/github/casjaysdevdocker/python"
Build container
cd "$HOME/Projects/github/casjaysdevdocker/python"
buildx
Authors
Description
Languages
Shell
91.5%
Dockerfile
8.5%