We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec8163b + 60f2179 commit 26a1631Copy full SHA for 26a1631
1 file changed
rakelib/utils/docker_runner.rb
@@ -16,7 +16,7 @@ def image_exists?
16
end
17
18
def container_exists?
19
- !`docker container ls --all --filter 'name=#{container_name}' --format json`.strip.empty?
+ !`docker container ls --all --filter 'name=#{container_name}' --format '{{json .ID}}'`.strip.empty?
20
21
22
def teardown
0 commit comments