Module: Dapp::Dimg::Dapp::Command::Cleanup

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/cleanup.rb

Instance Method Summary collapse

Instance Method Details

#cleanupObject



6
7
8
9
10
11
# 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