Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 398 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 398 Bytes

Cadavres Exquis "DockerCon 2016 edition"

Setup

docker-compose build
docker-compose pull

Start

docker-compose up -d

Open a browser on http://localhost. Refresh. It should always be the same random sentence.

Scale the backend

docker-compose scale words-java=20

Open a browser on http://localhost. Refresh. It should be a new random sentence each time.