module Dapp::Dimg::Dapp::Command::Cleanup

Public Instance Methods

cleanup() click to toggle source
# File lib/dapp/dimg/dapp/command/cleanup.rb, line 6
def cleanup
  log_step_with_indent(:cleanup) do
    dapp_containers_flush_by_label('dapp')
    dapp_dangling_images_flush_by_label('dapp')
  end
end