Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
added service scaling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Aug 5, 2015
1 parent ac73b5f commit 65a8370
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,12 @@ If you want to use your own docker-compose projects, put them into a directory *

you can download my example projects into */home/user/docker-compose-ui/demo-projects/* from https://github.com/francescou/docker-compose-ui/tree/master/demo-projects

## Note about scaling services

Note that some of the services provided by the demo projects are not "scalable" with `docker-compose scale SERVICE=NUM` because of published ports conflicts.

Check out this project if you are interested in scaling up and down a docker-compose service without having any down time: https://github.com/francescou/consul-template-docker-compose

### Remote docker host

You can also run containers on a remote docker host, e.g.
Expand Down
7 changes: 7 additions & 0 deletions demo-projects/README.md
@@ -0,0 +1,7 @@
# Docker Compose demo projects

This directory contains several Docker Compose sample projects showing basic docker/docker-compose capabilities such as port publishing, container linking, volume mounting.

Note that some of the services provided by these projects are not "scalable" with `docker-compose scale SERVICE=NUM` because of port publish conflicts.

Check out this project if you are interested in scaling up and down a docker-compose service without having any down time: https://github.com/francescou/consul-template-docker-compose

0 comments on commit 65a8370

Please sign in to comment.