summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Containerfile (renamed from Dockerfile)0
-rwxr-xr-xscripts/build.sh2
-rwxr-xr-xscripts/run.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Containerfile
index 8f27665..8f27665 100644
--- a/Dockerfile
+++ b/Containerfile
diff --git a/scripts/build.sh b/scripts/build.sh
index 457c5db..91c355d 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-docker build -t lineage .
+podman build -t lineage .
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