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.
- Open Whaler
- An error-screen should appear
- Click on the "Open Settings" button
- Replace the
API socket path
with something like/run/user/1000/podman/podman.sock
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
In project root:
meson build --prefix=/usr
cd build
ninja
sudo ninja install
com.github.sdv43.whaler
In project root:
flatpak-builder --force-clean --install --user build com.github.sdv43.whaler.yml
flatpak run com.github.sdv43.whaler