Skip to content

Commit

Permalink
Use docker command everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Jun 26, 2024
1 parent 5d332b0 commit 48bb708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-winebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if [[ ! -d builds ]]; then
mkdir -p builds
fi
if [[ -z $(podman container list -a | grep buildbot) ]]; then
if [[ -z $(docker container list -a | grep buildbot) ]]; then
docker create --interactive --name buildbot --mount type=bind,source="$PWD"/builds,destination=/builds,readonly=false --mount type=bind,source="$PWD",destination=/home/vagrant/buildbot,readonly=false docker.io/gloriouseggroll/lutris_buildbot:latest
fi

Expand Down

0 comments on commit 48bb708

Please sign in to comment.