summaryrefslogtreecommitdiff
path: root/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run.sh')
-rwxr-xr-xscripts/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
index b2a528d..ac8d1c4 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -8,5 +8,5 @@ fi
user=compromyse
pushd $1
-docker run -it --rm -v "$(pwd):/home/$user/src" -v "$HOME/.ssh:/home/$user/.ssh" lineage
+podman run -it --rm -v "$(pwd):/home/$user/src" -v "$HOME/.ssh:/home/$user/.ssh" lineage
popd