Releases: dockloghq/docklog
Releases · dockloghq/docklog
v1.0.0
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 -fLinux (AppImage)
chmod +x docklog_1.0.0_x86_64.AppImage
./docklog_1.0.0_x86_64.AppImageIf 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.
- Open the app and add your server URL.
- Sign in with your DockLog account.
- Pick a server from the list and go.
Links
- Website: https://www.docklog.dev
- Report a bug: https://github.com/dockloghq/docklog-app/issues
- Email: support@docklog.dev