Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

jonfairbanks/json-formatter

Repository files navigation

JSON Formatter

JSON-Formatter

GitHub Workflow Status GitHub top language Docker Pulls GitHub last commit Lines of code License

Docker

This application is also available on Dockerhub.

To launch the container: docker run --name json-formatter -d -p 8888:8888 jonfairbanks/json-formatter

To attach to a running container: docker exec -it json-formatter /bin/bash