Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shannah/docker-logviewer-swing
- Owner: shannah
- Created: 2024-11-17T14:43:26.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-17T14:50:56.000Z (about 1 month ago)
- Last Synced: 2024-11-30T11:45:27.633Z (23 days ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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