Skip to content

v1.0.0

Latest

Choose a tag to compare

@SauravSaini98 SauravSaini98 released this 10 Jun 15:39
· 4 commits to main since this release

DockLog v1.0.0

This is the first release of the DockLog client.

DockLog is a companion app for the DockLog server. Point it at your own instance, sign in, and you can see your containers, follow logs, get event notifications, and open a shell when your account allows it. The app only talks to servers you configure — nothing is sent to us.


Where to get it

Platform Download
Android Google Play
Linux (Debian/Ubuntu) docklog_1.0.0_amd64.deb (attached)
Linux (other distros) docklog_1.0.0_x86_64.AppImage (attached)
Windows docklog-windows-x64.zip (attached)
iOS Not available yet

Install

Linux (.deb)

sudo dpkg -i docklog_1.0.0_amd64.deb
sudo apt-get install -f

Linux (AppImage)

chmod +x docklog_1.0.0_x86_64.AppImage
./docklog_1.0.0_x86_64.AppImage

If the AppImage does not open, try: sudo apt install libfuse2

Windows

Unzip docklog-windows-x64.zip and run docklog.exe.


Before you start

You need a DockLog server already running. Setup instructions are in the server repository.

  1. Open the app and add your server URL.
  2. Sign in with your DockLog account.
  3. Pick a server from the list and go.

Links