1. kathara-check(1)
  2. Kathara manual
  3. kathara-check(1)

NAME

kathara-check - Check your system environment

SYNOPSIS

kathara check [-h]

DESCRIPTION

Checks your system environment. It runs some tests to verify if your environment has problems, then prints out some version numbers to be used when reporting bugs.

OPTIONS

-h, --help
Show a help message and exit.

EXAMPLES

kathara check

Should give an output like this:

*	Current Manager is: `<your_manager_name>`
*	Manager version is: `<your_manager_version>`
*	Python version is: `<python_version_used>`
*	Kathara version is: `<kathara_version>`
*	Operating System version is: `<your_os>`
*	Trying to run container with `<your_default_image>` image...
*	Container run successfully.

NOTE: If you are using the released version, the Python version could be different from the one installed in your system because it is packed into the Kathara binary.

REPORTING BUGS

Report bugs opening an issue on the official GitHub repository where the development and maintenance is primarily done.
Issues which are security relevant should be disclosed privately to the Kathara mailing list. You do not have to be subscribed to the list to send a message there.
When reporting a bug, remember to write used commands, eventually attach your network scenario, and include the output of kathara-check(1) in order to make possible to reproduce the bug.

AUTHORS

Kathara was born from Netkit. Its first version was developed by Gaetano Bonofiglio and Veronica Iovinella. Currently it is mantained by Mariano Scazzariello, Tommaso Caiazzi and Lorenzo Ariemma.

People involved also include:

Copyright © 2017-2024 License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

kathara(1), kathara-vstart(1), kathara-vconfig(1)

  1. April 2024
  2. kathara-check(1)