https://github.com/eggplants/validate-ubuntu-autoinstall-docker
Validate Ubuntu Server Autoinstall Configuration on Docker
https://github.com/eggplants/validate-ubuntu-autoinstall-docker
Last synced: about 2 months ago
JSON representation
Validate Ubuntu Server Autoinstall Configuration on Docker
- Host: GitHub
- URL: https://github.com/eggplants/validate-ubuntu-autoinstall-docker
- Owner: eggplants
- Created: 2026-04-29T15:59:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-29T17:44:27.000Z (3 months ago)
- Last Synced: 2026-04-29T18:19:26.514Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# validate-ubuntu-autoinstall-docker
[](
) [ ](
)
Validate Ubuntu Server Autoinstall Configuration on Docker
## Reference
## Install
```bash
# build in local
docker build -t validate-ubuntu-autoinstall .
# pull from ghcr
docker pull ghcr.io/eggplants/validate-ubuntu-autoinstall-docker
docker tag ghcr.io/eggplants/validate-ubuntu-autoinstall-docker validate-ubuntu-autoinstall
```
## Use
```bash
# show help
docker run --rm -it validate-ubuntu-autoinstall -h
# validate from file
docker run --rm -it -v path/to/autoinstall.yaml:/autoinstall.yaml validate-ubuntu-autoinstall /autoinstall.yaml
# validate from stdin
cat autoinstall.yaml | docker run --rm -i validate-ubuntu-autoinstall
```