Skip to content
Snippets Groups Projects
Commit 6b6ad626 authored by François  LAURENT's avatar François LAURENT
Browse files

podman autodetected

parent c4d9b2d5
No related branches found
No related tags found
No related merge requests found
Pipeline #104991 passed
#!/bin/bash
if [ -z "$docker" ]; then
docker=docker
if docker --version &> /dev/null; then
docker=docker
else
docker=podman
fi
fi
for _ in $(seq $#); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment