maybe scrapped Server/ServerList
This commit is contained in:
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use bollard::Docker;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
pub static mut DOCKER: LazyLock<Docker> = LazyLock::new(|| Docker::connect_with_local_defaults().expect("Failed to connect to the docker socket") );
|
||||
|
||||
pub static mut DB_CONN: LazyLock<
|
||||
Reference in New Issue
Block a user