https://github.com/cinarmert/doclogs
A tool to view multiple container logs in the same terminal session
https://github.com/cinarmert/doclogs
docker logger logging terminal
Last synced: 5 months ago
JSON representation
A tool to view multiple container logs in the same terminal session
- Host: GitHub
- URL: https://github.com/cinarmert/doclogs
- Owner: cinarmert
- License: apache-2.0
- Created: 2020-06-10T10:33:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T15:28:29.000Z (over 1 year ago)
- Last Synced: 2025-01-15T17:33:06.821Z (over 1 year ago)
- Topics: docker, logger, logging, terminal
- Language: Go
- Homepage:
- Size: 32.1 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/cinarmert/doclogs)

# `doclogs`
**`doclogs`** helps you view multiple docker container logs in the same splitted terminal session.

**`doclogs`** is a minimalistic cli tool. See the usage below!
```
Doclogs provides a user interface for the logs from multiple docker containers.
Usage:
doclogs [OPTIONS] [CONTAINERS...] [flags]
Flags:
-f, --follow follow the stream of logs
-h, --help help for doclogs
-v, --verbose print debug logs
```
# Installation
**`doclogs`** is available on macOS, Linux and Windows. You can find the binaries in [**Releases →**](https://github.com/cinarmert/doclogs/releases).
## Brew
**`doclogs`** is already available in Homebrew for an easier installation.
```
brew tap cinarmert/doclogs
brew install doclogs
```
# Similar Projects
- [klogs](https://github.com/cinarmert/klogs)