Releases: RA341/dockman
v3.2.0
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
- added desktop support (c57f5a7)
v3.1.0
v3.0.0
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
v2.5.0
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
v2.4.0
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
- fix: header of containers page. by @leafayon in #111
- added collapsable filelist (a61ab1c)
- added yaml formatter (f5ab87a)
- arm64 images (283e52e)
- remove git repo and auto chowning (14e3634)
Bug Fixes
- header of containers page. (5188f8f)
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.0
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