mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix: https://github.com/usmannasir/cyberpanel/issues/1287 docker on alma9
This commit is contained in:
@@ -40,7 +40,7 @@ def preDockerRun(function):
|
||||
|
||||
try:
|
||||
client = docker.from_env()
|
||||
client.ping()
|
||||
result = client.ping()
|
||||
except BaseException as msg:
|
||||
logging.writeToFile(str(msg))
|
||||
if isPost:
|
||||
|
||||
Reference in New Issue
Block a user