mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Use a repo name on example images.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user