26 lines
704 B
Markdown
26 lines
704 B
Markdown
|
|
# user (user)
|
|
|
|
Create a user and group with the same id.
|
|
|
|
## Example Usage
|
|
|
|
```json
|
|
"features": {
|
|
"ghcr.io/davzucky/devcontainers-features-wolfi/user:1": {}
|
|
}
|
|
```
|
|
|
|
## Options
|
|
|
|
| Options Id | Description | Type | Default Value |
|
|
|-----|-----|-----|-----|
|
|
| username | Enter name of a non-root user to configure or none to skip | string | automatic |
|
|
| userUid | Enter UID for non-root user | string | automatic |
|
|
| userGid | Enter GID for non-root user | string | automatic |
|
|
|
|
|
|
|
|
---
|
|
|
|
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/davzucky/devcontainers-features-wolfi/blob/main/src/user/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |