A RESTful example for using in projects
docker run -d --name mongodb mongo
docker run -d --name pets-container -e NODE_ENV=production -p 80:80 --link mongodb:mongodb darteaga/pets
You can also add initial data setting up an environment variable, adding to the above command this:
-e PETS_INITIAL_DATA=true
For more details and documentation see: https://github.com/dani8art/pets
Content type
Image
Digest
Size
140.6 MB
Last updated
about 6 years ago
docker pull darteaga/pets