Skip to content

Instantly share code, notes, and snippets.

@ahmedmusawir
Last active October 30, 2018 06:22
Show Gist options
  • Save ahmedmusawir/3f140bdc6b7fcb0197e6c0dc99da8dc5 to your computer and use it in GitHub Desktop.
Save ahmedmusawir/3f140bdc6b7fcb0197e6c0dc99da8dc5 to your computer and use it in GitHub Desktop.
DOCKER - JSON Server Command
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