Add podman wrapper script for Docker CLI context
This commit is contained in:
4
docker/.local/bin/podman
Executable file
4
docker/.local/bin/podman
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-FileCopyrightText: 2025 Kris Lamoureux
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
exec /usr/bin/docker --context podman "$@"
|
||||
Reference in New Issue
Block a user