mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
virt-xml-validate: add page (#9467)
This commit is contained in:
parent
be0605dd3c
commit
e5b51964ca
1 changed files with 13 additions and 0 deletions
13
pages/linux/virt-xml-validate.md
Normal file
13
pages/linux/virt-xml-validate.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# virt-xml-validate
|
||||
|
||||
> Validate `libvirt` XML files against a schema.
|
||||
> If a schema is not specified, the schema is determined by the root element in the XML file.
|
||||
> More information: <https://libvirt.org/manpages/virt-xml-validate.html>.
|
||||
|
||||
- Validate an XML file against a specific schema:
|
||||
|
||||
`virt-xml-validate {{path/to/file.xml}} {{schema}}`
|
||||
|
||||
- Validate the domain XML against the domain schema:
|
||||
|
||||
`virt-xml-validate {{path/to/domain.xml}} domain`
|
Loading…
Add table
Reference in a new issue