25 #include "gateway/gateway.h" 26 #include "filegatewayparser.h" 27 #include "filegatewaysettingstore.h" 38 LOG_DECLARE_CLASS_CONTEXT(
"File",
"file gateway");
41 static constexpr
const char *ID =
"file";
43 FileGateway(std::shared_ptr<ContainerAbstractInterface> container);
46 bool activateGateway()
override;
47 bool teardownGateway()
override;
This gateway lets you map files (including socket files) or folders from the host into the container'...
Gateway base class for SoftwareContainer.
bool readConfigElement(const json_t *element) override
Gateway specific parsing of config elements.
Developers guide to adding a config item: