namespace MoonlightServers.Daemon.ServerSystem.Docker; public static class DockerConstants { public const string RuntimeNameTemplate = "monnlight-runtime-{0}"; public const string InstallationNameTemplate = "monnlight-installation-{0}"; }