mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
docker image persistence
This commit is contained in:
committed by
Aiden McClelland
parent
9fe132fcac
commit
5154fcf9da
@@ -114,6 +114,8 @@ async fn init(cfg_path: Option<&str>) -> Result<(), Error> {
|
||||
.invoke(embassy::ErrorKind::Docker)
|
||||
.await?;
|
||||
log::info!("Mounted Docker Data");
|
||||
embassy::install::load_images().await?;
|
||||
log::info!("Loaded Docker Images");
|
||||
embassy::ssh::sync_keys_from_db(&secret_store, "/root/.ssh/authorized_keys").await?;
|
||||
log::info!("Synced SSH Keys");
|
||||
// todo!("sync wifi");
|
||||
|
||||
Reference in New Issue
Block a user