static Try< process::Owned< ContainerDaemon > > create(const process::http::URL &agentUrl, const Option< std::string > &authToken, const ContainerID &containerId, const Option< CommandInfo > &commandInfo, const Option< Resources > &resources, const Option< ContainerInfo > &containerInfo, const Option< std::function< process::Future< Nothing >()>> &postStartHook=None(), const Option< std::function< process::Future< Nothing >()>> &postStopHook=None())