31 lines
494 B
Markdown
31 lines
494 B
Markdown
# Node Image
|
|
|
|
## How To Use
|
|
|
|
### Args
|
|
|
|
#### SRV_UID
|
|
|
|
User ID for the MinIO daemon and so of the data (Default: 1000)
|
|
|
|
#### SRV_GID
|
|
|
|
Group ID for the MinIO daemon and so of the data (Default: 1000)
|
|
|
|
#### SRV_APT_GET_INSTALL
|
|
|
|
Additional Debian modules installed
|
|
|
|
### Image Name
|
|
|
|
```
|
|
src.ci/srv/node:latest
|
|
```
|
|
|
|
### Alias for bash
|
|
|
|
```shell
|
|
alias srvnode='docker run --rm -it -v $(pwd):/app src.ci/srv/node:latest'
|
|
```
|
|
|
|
Alternative you can use the included `srvnode` command in the `ex` directory
|