No description
Find a file
Torsten Raudssus f61aec5c3b Hups
2024-10-03 21:19:41 +02:00
.dockerignore First basic setup commit 2024-10-03 03:16:49 +02:00
.gitignore First basic setup commit 2024-10-03 03:16:49 +02:00
.gitlab-ci.yml First basic setup commit 2024-10-03 03:16:49 +02:00
docker-entrypoint.sh First basic setup commit 2024-10-03 03:16:49 +02:00
Dockerfile Hups 2024-10-03 21:19:41 +02:00
README.md First basic setup commit 2024-10-03 03:16:49 +02:00

Python Image

How To Use

Args

SRV_UID

User ID for the image and so of the data (Default: 1000)

SRV_GID

Group ID for the image and so of the data (Default: 1000)

SRV_APT_GET_INSTALL

Additional Debian modules installed

Image Name

docker.ci/srv/python:latest

Alias for bash

alias srvpython='docker run --rm -it -v $(pwd):/app docker.ci/srv/python:latest'