23 std::shared_ptr<SoftwareContainerAbstractInterface>
24 SoftwareContainerFactory::createContainer(
const ContainerID
id,
25 std::unique_ptr<const SoftwareContainerConfig> config)
27 auto container = std::shared_ptr<SoftwareContainerAbstractInterface>(
28 new SoftwareContainer(
id, std::move(config)));
Contains the softwarecontainer::SoftwareContainerFactory class.
Developers guide to adding a config item: