Use a repo name on example images.

This commit is contained in:
Tom Wilkie
2015-06-24 10:34:20 +00:00
parent 4bf859158b
commit 5e4cfc57e5
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ client.marker: client/*
searchapp.marker: searchapp/* searchapp/searchapp
shout.marker: shout/* shout/shout
%.marker:
docker build -t $(<D) $(<D)/
docker build -t tomwilkie/$(<D) $(<D)/
touch $@
clean:

View File

@@ -18,8 +18,8 @@ start_container() {
}
start_container elasticsearch
start_container searchapp
start_container tomwilkie/searchapp searchapp
start_container redis
start_container qotd
start_container app
start_container client
start_container tomwilkie/qotd qotd
start_container tomwilkie/app app
start_container tomwilkie/client client