Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shannah/docker-logviewer-swing

A Swing GUI for viewing docker JSON logs
https://github.com/shannah/docker-logviewer-swing

Last synced: 17 days ago
JSON representation

A Swing GUI for viewing docker JSON logs

Awesome Lists containing this project

README

        

= Docker Log Viewer Swing

A simple Swing application to view the logs of a Docker container.

== Usage

```bash
docker compose logs -f | docker-logviewer-swing
```

== Installation

```bash
npm install -g docker-logviewer-swing
```

== Building from source

```bash
mvn clean package
```

== Publishing new version

1. Update the "version" property of `package.json`
2. `jdeploy publish`

or via the jDeploy GUI

```bash
jdeploy
```

Change the "Version" field and click "Publish".

== License

MIT

== Author

Steve Hannah