containerd / containerd/nerdctl
FreeBSD: support networking (with `runj.ext.json`)
Open
help wanted
platform/FreeBSD
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
runj now supports networking via `runj.ext.json`.
https://github.com/samuelkarp/runj/blob/ec642aa7887be2a4968f20d24b54eed687895a65/docs/oci.md
```json
{
"network": {
"ipv4": {
"mode": "inherit"
}
}
}
```
Probably, `nerdctl run --net=bridge` can be mapped to `"mode": "new"`, and `--net=host` can be mapped to `"mode": "inherit"`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.