Skip to content

DockLite v0.1.2

Latest

Choose a tag to compare

@amali01 amali01 released this 18 Jul 15:13

Changes

  • Log Out no longer appears when login is disabled. A login-disabled local instance authenticates every request with a synthetic admin identity, so the session reported as authenticated and a stray Log Out button showed even though there was no session to end. It is now hidden whenever login is turned off; Quit DockLite is unaffected.

Install

Download docklite-portable-x86_64.tar.gz, then:

tar -xzf docklite-portable-x86_64.tar.gz
cd DockLite && ./install-portable.sh

Requirements

  • x86_64 Linux, glibc ≥ 2.34 (Ubuntu 22.04+, Fedora 35+, and newer) — enforced at build time.
  • Docker installed and running, with your user in the docker group.