Last active
October 30, 2018 06:22
-
-
Save ahmedmusawir/3f140bdc6b7fcb0197e6c0dc99da8dc5 to your computer and use it in GitHub Desktop.
DOCKER - JSON Server Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name JSON-Users -d -p 8000:80 -v /home/moose/json-server/db.json:/data/db.json clue/json-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment