Directory-Structures
Hydra top-level directory structure
Applications runtime directory structure
Variable | Description | Snap + LXD | Docker + Podman |
---|---|---|---|
ROOT_DIR | The root directory of the run environment | $SNAP | / |
CONF_DIR | Where all the configurations are stored | $SNAP_COMMON/conf | /etc/hydra/conf |
LOGS_DIR | Where all the logs are stored | $SNAP_COMMON/logs | /var/logs/hydra |
TEST_DIR | Where all the tests are stored | $SNAP_COMMON/test | /etc/hydra/test |
DOCS_DIR | Help for each application | $SNAP/docs | /etc/hydra/docs |