Skip to content

zachariahyoung/docker-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rest

Build Status

How to run the rest service.

$ docker run -d -p 27017:27017 -p 28017:28017 --name mongodb dockerfile/mongodb mongod --rest --httpinterface
$ docker run -p 8080:8080 -d  --link mongodb:mongodb  --name docker-rest zachariahyoung/docker-rest

Docker Hub https://registry.hub.docker.com/u/zachariahyoung/docker-rest/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages