Nth redesign of the funkos dashboard
This commit is contained in:
parent
6698bbd67a
commit
4c67389d5a
@ -187,7 +187,7 @@ module Funko
|
|||||||
docker_api = Docr::API.new(Docr::Client.new)
|
docker_api = Docr::API.new(Docr::Client.new)
|
||||||
docker_api.containers.list(all: true).select { |container|
|
docker_api.containers.list(all: true).select { |container|
|
||||||
container.@names.any?(&.starts_with?("/faaso-#{name}-")) &&
|
container.@names.any?(&.starts_with?("/faaso-#{name}-")) &&
|
||||||
container.@state == "running"
|
container.@state == "running"
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user