docs: Provide Dockerfile example for validating Cloud-Init user data #63
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Getting cloud-init user data correct may prove difficult for users. The following Dockerfile can be used to validate the user data:
Let's imagine we build the following image from the above Dockerfile:
docker build -t civ .
Now, imagine the following cloud config file exists as "my-config.yaml":
Let's run the validator on the above file:
We should add documentation to this repo's doc area with the above example.
The text was updated successfully, but these errors were encountered: