Added the image system

This commit is contained in:
2024-02-29 10:58:47 +01:00
parent 0373d159a2
commit b90502c4f2
10 changed files with 733 additions and 104 deletions

View File

@@ -8,8 +8,8 @@
typedef struct {
/// @brief The path of the directory where the containers are stored.
char* container_pool;
/// @brief The path of the directory where the backings are stored.
char* backing_pool;
/// @brief The path of the directory where the images are stored.
char* image_pool;
} config_t;
/// @brief Initializes the program configuration.