An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# validate-ubuntu-autoinstall-docker

[![release](

)](

) [![ghcr latest](

) ![ghcr size](

)](

)

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
```