Dockerfile repo for a self-hosted version of JSON Editor Online
7.5K
Application
JSON Editor JSON Editor Online
Description
JSON Editor is a web-based tool that lets you view, edit, format and validate JSON. It's provided as a library, making it easy to customise and integrate into existing applications, or to run as a standalone application.
Usage
docker run \
--rm \
-p 8080:80 \
--name=jsoneditoronline \
djmattyg007/jsoneditor
Now access http://localhost:8080 in your browser to access the application.
Content type
Image
Digest
Size
9.3 MB
Last updated
almost 6 years ago
docker pull djmattyg007/jsoneditor