python/README.md

30 lines
410 B
Markdown
Raw Normal View History

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
```
2024-10-27 04:34:12 +01:00
src.ci/srv/python:latest
2024-10-03 03:16:49 +02:00
```
### Alias for bash
```shell
2024-10-27 04:34:12 +01:00
alias srvpython='docker run --rm -it -v $(pwd):/app src.ci/srv/python:latest'
2024-10-03 03:16:49 +02:00
```