mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
wait up to 30s for ip address
This commit is contained in:
@@ -180,7 +180,7 @@ impl PersistentContainer {
|
||||
}
|
||||
let net_service = ctx
|
||||
.net_controller
|
||||
.create_service(s9pk.as_manifest().id.clone(), lxc_container.ip())
|
||||
.create_service(s9pk.as_manifest().id.clone(), lxc_container.ip().await?)
|
||||
.await?;
|
||||
Ok(Self {
|
||||
s9pk,
|
||||
|
||||
Reference in New Issue
Block a user