GitXplorerGitXplorer
j

fortune-cookie

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7fe1760735d07c66ae2e1e8f94c25f8f84a1d59e

use JTA fortunecookie (vs Docker Cloud hello world)

jjohntellsall committed 9 years ago
Unverified
4bbbd680fb1c3a240bd644ead505c57e8c305a50

fix name

jjohntellsall committed 9 years ago
Unverified
039ce226f08479becafbcf2d8bef75ccb1b62b2f

support Docker Compose; change project name; partial support for Docker Cloud

jjohntellsall committed 9 years ago
Unverified
423486b06ec5ac087bea39f90418b37e82abba56

run local load balanced Fortune Cookie app

jjohntellsall committed 9 years ago
Unverified
c1415b2c20f68f43ffcccbd1126ed8790fef9fbe

clarify

jjohntellsall committed 9 years ago
Unverified
a97ca59e59a3889fa9fc2816fd956486d1642591

browse container IP; rename to hello-app; fix Debian fortune executable path

jjohntellsall committed 9 years ago

README

The README file for this repository.

fortune-cookie

tiny Python project, for testing Docker and other tools

run in Docker container (app only)

  1. build image

docker build -t fortune-app .

  1. run container, mapping internal port to outside

docker run -it --rm -P fortune-app

  1. open browser to the container's outside port

open http://$(docker-machine ip default):8000

run in Compose cluster (app with HAProxy)

TBD