mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
improve podman support (#211)
This commit is contained in:
@@ -73,7 +73,7 @@ func (a *Agent) Run(pubKey []byte, addr string) {
|
||||
a.initializeSystemInfo()
|
||||
a.initializeDiskInfo()
|
||||
a.initializeNetIoStats()
|
||||
a.dockerManager = newDockerManager()
|
||||
a.dockerManager = newDockerManager(a)
|
||||
|
||||
// initialize GPU manager
|
||||
if os.Getenv("GPU") == "true" {
|
||||
|
Reference in New Issue
Block a user