Sign inSign up

elswork/json-server

By elswork

Updated about 7 years ago

JSON-Server MultiArch Docker container for amd64 & armv7

Image
2

1.5K

elswork/json-server repository overview

json-server

A Docker file to build images for AMD & ARM devices with a installation of JSON Server that is a fast and simple to deploy a full fake REST API with zero coding.

Be aware! You should read carefully the usage documentation of every tool!

Thanks to

Details

Docker HubDocker PullsDocker StarsSize/Layers
json-server

Features

Get a full fake REST API with zero coding in less than 30 seconds (seriously).

Build Instructions

Build for amd64 or armv7l architecture (thanks to its Multi-Arch base image)

docker build -t elswork/json-server .

Run

Start the live-reloading docs server to preview site while perform changes.

make run

Or

docker run -d -p 3000:3000 -v `pwd`:/data  \
    --name my_JSON-Server elswork/json-server
    --watch db.json

Point your browser to http://host-ip:3000 to preview site.

Tag summary

Content type

Image

Digest

Size

27.1 MB

Last updated

about 7 years ago

docker pull elswork/json-server