ethanjli/Run PiNspawn
Uses `systemd-nspawn` to run commands in a (un)booted container on a Raspberry Pi SD card image.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Path of the image for the container | yes | — |
| args | Options, args, and/or a command to pass to `systemd-nspawn` | no | — |
| shell | The shell to use for running commands. | no | — |
| run | Commands to run in the shell. | no | — |
| user | The user to run commands as. | no | root |
| boot | Boot the image's init program as PID 1. | no | false |
| run-service | The systemd service to use for running `shell` with the `run` commands if the image's init program is booted. | no | — |
| boot-partition-mount | Mount point of the boot partition. | no | "" |
Outputs
no outputs