pub type RegistryCredentialStoreHandle = Arc<RegistryCredentialStore<Arc<PersistentSecretsStore>>>;Expand description
Shared handle to the daemon’s registry-credential store, used by the
supervisor to resolve zlayer login credentials (and the
~/.docker/config.json fallback) for a service’s image when recreating a
container outside the API create handler (restore / drift / scale). Matches
the concrete type wired into the API state in serve.rs.
Aliased Type§
pub struct RegistryCredentialStoreHandle { /* private fields */ }