RETIRED, The sad panda API
Go to file
JJ Asghar 4c320ad883 Adding Dockerfile
- Adds Dockerfile to help deployment
- Updated README

Change-Id: Ia93a83083a89e9e6ad1a958dc67ac90ef27cae5a
2016-06-02 11:03:12 -05:00
images/v1 first panda image added 2016-04-26 18:05:39 -05:00
.gitignore initial requirements.txt 2016-04-26 17:20:24 -05:00
Dockerfile Adding Dockerfile 2016-06-02 11:03:12 -05:00
README.md Adding Dockerfile 2016-06-02 11:03:12 -05:00
main.py Changed port number 2016-04-28 11:23:10 -05:00
requirements.txt initial requirements.txt 2016-04-26 17:20:24 -05:00
setup.py initial requirements.txt 2016-04-26 17:20:24 -05:00

README.md

Ailuropoda

This project is to create a "sad panda" api.

Deployment

Dockerfile

For your convenience there is Dockerfile located in this directory. You can start up this application assuming you have Docker installed via:

$ docker build -t sadpanda .
$ docker run -it  -p 1901:1901 --rm --name sadpanda sadpanda

This will give you a Docker container named sadpanda and start it on port 1901.

Go to: http://DOCKERHOST:1901/v1/sad_panda01.png to see the image.