5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# SPDX-FileCopyrightText: 2025 Kris Lamoureux
|
|
# SPDX-License-Identifier: 0BSD
|
|
exec /usr/bin/docker --context podman "$@"
|