Skip to content

sdv43/whaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 12, 2024
f1abede · Nov 12, 2024

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whaler

Whaler

List of Docker containers

Description

Whaler provides basic functionality for managing Docker containers. The app can start and stop both standalone containers and docker-compose applications. Also, it supports container logs viewing.

The solution is perfect for those who are looking for a simple tool to perform some basic actions. For the app to run correctly, make sure that Docker is installed on your system.

Installation

Get it on AppCenter

Get it from Flathub!

Usage with Podman

  1. Open Whaler
  2. An error-screen should appear
  3. Click on the "Open Settings" button
  4. Replace the API socket path with something like /run/user/1000/podman/podman.sock

Building

You'll need the following dependencies:

  • gio-2.0
  • gtk+-3.0
  • gee-0.8
  • gdk-pixbuf-2.0
  • json-glib-1.0
  • libcurl
  • granite
  • posix
  • meson
  • valac

Meson

In project root:

meson build --prefix=/usr
cd build
ninja

sudo ninja install
com.github.sdv43.whaler

Flatpak

In project root:

flatpak-builder --force-clean --install --user build com.github.sdv43.whaler.yml
flatpak run com.github.sdv43.whaler