docker-compose example and better readme

This commit is contained in:
Christophe Mehay 2015-09-22 22:11:04 +02:00
parent 1cb0762d8b
commit 5fb7e4b0f1
4 changed files with 16 additions and 73 deletions

10
docker-compose.yaml Normal file
View file

@ -0,0 +1,10 @@
# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
links:
- hello
hello:
image: tutum/hello-world
hostname: hello-world