lib/percheron/formatters/stack/table.rb in percheron-0.5.0 vs lib/percheron/formatters/stack/table.rb in percheron-0.6.0
- old
+ new
@@ -27,10 +27,10 @@
'Running?'
]
end
def rows
- stack.containers.map do |container_name, container|
+ stack.filter_containers.map do |container_name, container|
[
container_name,
container.id,
container.built_version,
container.running?