Dockerman Docs
Docker

Logs

Stream and search container logs at scale with a virtualized list and power-user keyboard shortcuts.

Use this page to read container logs in a virtualized list and drive it with keyboard shortcuts.

Live log streaming

Open Logs to stream from the container's current log tail. Pause freezes the view without disconnecting the stream, and Resume jumps back to the latest line and follows again.

Virtualized list

Dockerman renders log rows on demand so the viewer stays responsive even when you scroll through a large history.

Memory usage stays roughly constant regardless of log length because only visible rows stay in the DOM.

Open search with /, type a query, and toggle regex only when you need it. Matches stay highlighted in place as you move through the stream.

Power shortcuts

ShortcutAction
/Open search
EnterNext match
Shift + EnterPrevious match
nNext match outside the search box
NPrevious match
gJump to the beginning of the log
GJump to the latest line
PPrevious match, as an alternative to Shift + Enter
EscClose search or clear highlights

Timestamp formats

Switch between relative time, absolute UTC, and absolute local time from the view options.

Export logs

Export logs when you want to hand them off to another tool or store them elsewhere.

  • JSON: timestamps plus stdout or stderr per line
  • Plain text: exactly what you see in the viewer

See log viewer shortcuts for the full keymap.