mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
integration-test.py: try docker first
This commit is contained in:
2
.github/integration-test.py
vendored
2
.github/integration-test.py
vendored
@@ -7,7 +7,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
def container_runtime():
|
def container_runtime():
|
||||||
runtimes = ["podman", "docker"]
|
runtimes = ["docker", "podman"]
|
||||||
for runtime in runtimes:
|
for runtime in runtimes:
|
||||||
if which(runtime):
|
if which(runtime):
|
||||||
return runtime
|
return runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user