node/README.md

32 lines
500 B
Markdown
Raw Normal View History

2024-03-31 01:49:20 +01:00
# 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
```
docker.ci/srv/node:latest
```
### Alias for bash
2023-04-08 23:07:03 +02:00
```shell
alias srvnode='docker run --rm -it -v $(pwd):/app docker.ci/srv/node:latest'
2023-04-08 23:07:03 +02:00
```
2024-07-28 04:07:09 +02:00
Alternative you can use the included `srvnode` command in the `ex` directory