DOCKER LOGS STREAMER VIA WEBSOCKET
Stream docker logs using Websocket to your browser.
Build
Deploy
Help Command:
)
Run using cargo
Run using the compiled binary file.
Build binary
Execute binary
Testing
You use the random-messages scripts to build the docker container and execute the docker-compose to simular the docker logs streamer.
- Build the random-messages container.
- Execute docker-compose.
You can simulate the log streaming using the provided frontend app.
- Execute docker-compose for the frontend.
- Look for the container of the frontend.
- Grab the container id
- Run the development server.
- Open browser then go to
http://localhost:7090
Developer
JP Mateo (jpmateo022@gmail.com)