FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_config::Path::Bin Struct Reference

Paths to embedded and extracted binaries. More...

#include <config.hpp>

Static Public Member Functions

static Value< Bincreate (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.
 

Detailed Description

Paths to embedded and extracted binaries.

Definition at line 226 of file config.hpp.

Member Function Documentation

◆ create()

static Value< Bin > ns_config::Path::Bin::create ( fs::path const & path_dir_app_bin)
inlinestatic

Definition at line 234 of file config.hpp.

Member Data Documentation

◆ bash

fs::path const ns_config::Path::Bin::bash

Embedded bash shell.

Definition at line 229 of file config.hpp.

◆ janitor

fs::path const ns_config::Path::Bin::janitor

Janitor cleanup process.

Definition at line 230 of file config.hpp.

◆ portal_daemon

fs::path const ns_config::Path::Bin::portal_daemon

Portal daemon for host-container IPC.

Definition at line 231 of file config.hpp.

◆ portal_dispatcher

fs::path const ns_config::Path::Bin::portal_dispatcher

Portal dispatcher for command routing.

Definition at line 232 of file config.hpp.

◆ self

fs::path const ns_config::Path::Bin::self

Path to the FlatImage binary itself.

Definition at line 228 of file config.hpp.


The documentation for this struct was generated from the following file: