Docker compat
This commit is contained in:
parent
4e3e8f8c0d
commit
60b8d36a03
1 changed files with 4 additions and 0 deletions
4
modules/home-manager/scripts/common/bin/docker-compose
Executable file
4
modules/home-manager/scripts/common/bin/docker-compose
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
# a shim implemented this way so that other scripts looking for an executable
|
||||
# docker-compose file in my path think I have it installed 😈
|
||||
podman-compose "$@"
|
Loading…
Reference in a new issue