Sign inSign up

djmattyg007/jsoneditor

By djmattyg007

Updated almost 6 years ago

Dockerfile repo for a self-hosted version of JSON Editor Online

Image
2

7.5K

djmattyg007/jsoneditor repository overview

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.

Tag summary

Content type

Image

Digest

Size

9.3 MB

Last updated

almost 6 years ago

docker pull djmattyg007/jsoneditor