First basic setup commit
This commit is contained in:
commit
d601b9cf53
6 changed files with 180 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# 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
|
||||
|
||||
```shell
|
||||
alias srvpython='docker run --rm -it -v $(pwd):/app docker.ci/srv/python:latest'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue