Skip to content

Releases: RA341/dockman

v3.2.0

13 Feb 17:33

Choose a tag to compare

3.2.0 (2026-02-13)

Bug Fixes

  • cleaner scheduler (dd3dead)
  • custom dockman yaml folder path (7d0930a), closes #175
  • flag to disable secure OIDC cookie (795459f), closes #174
  • remove hardcoded cleaner id (ad99470)
  • remove recursive chown in entrypoint (d320772), closes #180
  • tab going to blank on close (3fe7323)

Features

v3.1.0

12 Jan 10:16

Choose a tag to compare

3.1.0 (2026-01-12)

This is a maintenance release, fixes some bugs, and adds a few minor features

Bug Fixes

  • blank file tree on perm denied (fd2acb6), closes #166
  • exec/logs processes not exiting (a4e2441)
  • file tree layout shift on scrollbar (b672331), closes #165

Features

v3.0.0

02 Jan 12:48

Choose a tag to compare

3.0.0 (2026-01-02)

Overview

This major release significantly overhauls the app with UI improvements, new inspection pages, and powerful file browsing capabilities. Also introduces minor breaking changes.

V3 uses the latest https://github.com/moby/moby package to interact with the daemon,
You need Docker engine v25 or newer to continue using V3

⚠️ Breaking Changes

This release includes minor breaking changes; no action is required if you are not using any of the features mentioned below

Please review the following before updating:

OIDC URLs

OIDC URLs have been updated. Follow the migration guide to update your configuration.

Multi-host Configuration

If you had other hosts, they must be re-added manually. Please reconfigure your host connections after upgrading.

.dockman.yaml Location

The configuration file location has changed. Copy your existing config to the new location following these instructions.

What's New

Non-root entrypoint

Dockman now defaults to running as 1000:1000

You can change this by setting the PUID and PGID env vars

Inspect Pages

  • Network Inspect
  • Image Inspect
  • Container Inspect

File Aliases

Browse files outside of your compose root directory with the new aliases feature. docs

Additional Features

  • Sortable Ports: Organize port listings to your preference
  • SQLite Browser: Dockman can now open sqlite files
  • Improved File Explorer: The previous limitation of file depth has been removed: docs

Debugger

Execute commands in shell-less containers (distroless, rootless, etc.) with the new debugging capability. docs


BREAKING CHANGES

  • changed oidc urls, changed .dockman.yml loading, host loading

Bug Fixes

Features

v2.5.1

07 Dec 19:44

Choose a tag to compare

2.5.1 (2025-12-07)

Minor bug fix for websocket connections not being closed

see full release notes

Bug Fixes

  • added proper terminal cleanup (ba2b8de)

v2.5.0

05 Dec 21:11

Choose a tag to compare

2.5.0 (2025-12-05)

This update brings some long-overdue fixes and a big new feature: OIDC support!

TLDR:

  • OIDC Authentication: Set up single sign-on with your favorite provider.
  • Container IPs: You can now see container IP addresses directly in the list.
  • Bug Fixes: We've squashed several bugs related to timezones, compose-up behavior, and date translations.

To get started with OIDC? Check out the docs.

Bug Fixes

  • added tz package to fix time (52271fe), closes #125
  • compose up starting all services (8d00053), closes #124
  • incorrect date translation (6e98110), closes #117
  • incorrect repo and tag url (ea2a86f)
  • set tab length 2 spaces (023201d)
  • Fix container exec

Features

v2.4.1

22 Nov 18:48

Choose a tag to compare

2.4.1 (2025-11-22)

Chore

Update dependencies

Bug Fixes

v2.4.0

07 Nov 02:56

Choose a tag to compare

2.4.0 (2025-11-07)

Notes

  • Git repos have been removed as the implementation was not useful and more annoying than helpful. Existing installations should not break, but it is still recommended to backup before upgrading.
  • Editor UI improvements are still a work in progress, with collapsible and editable panels added.
  • A YAML formatter has been added that can format any YAML file by pressing Alt+L.
  • ARM64 builds are now available on tags: latest, v2+, and v2.4+.

What's Changed

Bug Fixes

  • header of containers page. (5188f8f)

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

22 Sep 01:28

Choose a tag to compare

2.3.0 (2025-09-22)

Bug Fixes

  • ctrl z clearing file contents (96729f4), closes #60
  • compose root file permissions (3a07821)

Features

  • added compose validator (1616969)
  • added disable compose actions (e43c05f)
  • container exec (1c646ee), closes #82
  • improved logs panel, added search and download (4ea1cb4)

v2.2.0

02 Sep 17:15

Choose a tag to compare

This release focuses on quality-of-life improvements and introduces optional configuration support through a optional .dockman.yml config file.

🌐 New Documentation Website

Visit new docs site: https://dockman.radn.dev/

✨ New Features

Configuration Support

  • Custom sorting - Configure file sorting behavior via .dockman.yml
  • File pinning - Pin frequently used files for quick access
  • File renaming - Rename files directly within the interface

Enhanced Editor

  • Session persistence - Remember open tabs and cursor positions between sessions
  • Improved tab names - Display full file paths for better identification

🐛 Bug Fixes

  • Table sorting improvements - Fixed sorting inconsistencies (#71)
  • Tab display fixes - Non-compose files no longer show unnecessary tabs (#81)
  • TTY stream handling - Resolved terminal stream issues (#76)
  • General stability - Various fixes for improved reliability (#85)

Full Changelog: v2.1.2...v2.2.0

v2.1.2

23 Aug 02:24

Choose a tag to compare

2.1.2 (2025-08-23)

Bug Fixes