Skip to content

Commit 26a1631

Browse files
authored
Merge pull request #223 from Sharpie/vox-build-podman-compat
Add Podman compatibility to vox:build task
2 parents ec8163b + 60f2179 commit 26a1631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rakelib/utils/docker_runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def image_exists?
1616
end
1717

1818
def container_exists?
19-
!`docker container ls --all --filter 'name=#{container_name}' --format json`.strip.empty?
19+
!`docker container ls --all --filter 'name=#{container_name}' --format '{{json .ID}}'`.strip.empty?
2020
end
2121

2222
def teardown

0 commit comments

Comments
 (0)