|
FlatImage
A configurable Linux containerization system
|
Paths to embedded and extracted binaries. More...
#include <config.hpp>
Static Public Member Functions | |
| static Value< Bin > | create (fs::path const &path_dir_app_bin) |
Public Attributes | |
| fs::path const | self |
| Path to the FlatImage binary itself. | |
| fs::path const | bash |
| Embedded bash shell. | |
| fs::path const | janitor |
| Janitor cleanup process. | |
| fs::path const | portal_daemon |
| Portal daemon for host-container IPC. | |
| fs::path const | portal_dispatcher |
| Portal dispatcher for command routing. | |
Paths to embedded and extracted binaries.
Definition at line 226 of file config.hpp.
Definition at line 234 of file config.hpp.
| fs::path const ns_config::Path::Bin::bash |
Embedded bash shell.
Definition at line 229 of file config.hpp.
| fs::path const ns_config::Path::Bin::janitor |
Janitor cleanup process.
Definition at line 230 of file config.hpp.
| fs::path const ns_config::Path::Bin::portal_daemon |
Portal daemon for host-container IPC.
Definition at line 231 of file config.hpp.
| fs::path const ns_config::Path::Bin::portal_dispatcher |
Portal dispatcher for command routing.
Definition at line 232 of file config.hpp.
| fs::path const ns_config::Path::Bin::self |
Path to the FlatImage binary itself.
Definition at line 228 of file config.hpp.