maybe scrapped Server/ServerList

This commit is contained in:
2026-05-28 15:31:07 +02:00
parent 8a397d2b6e
commit 0cab69da71
7 changed files with 140 additions and 5 deletions

6
src/lib.rs Normal file
View 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<