1
0
Fork 0

Rename dockerfiles

This commit is contained in:
Gregory Eremin 2016-07-06 21:53:35 +02:00
parent cc86311f6c
commit f098c0ad6c
No known key found for this signature in database
GPG Key ID: 5EFA427EEC26E86C
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
graphite:
docker build -t localhots/carbon:v1 -f Dockerfile-carbon .
docker build -t localhots/brubeck:v1 -f Dockerfile-brubeck .
docker build -t localhots/carbon:v1 -f Carbon.dockerfile .
docker build -t localhots/brubeck:v1 -f Brubeck.dockerfile .
docker run -d --name carbon \
-p 2003:2003 \
-p 2004:2004 \