Adjust for QCON schedule; use local registry

This commit is contained in:
Jerome Petazzoni
2016-03-01 05:21:02 -08:00
parent b4870b8ed6
commit 4d2e62ffee
8 changed files with 199 additions and 80 deletions

View File

@@ -28,8 +28,8 @@ webui:
- redis
ports:
- "8000:80"
#volumes:
# - "./webui/files/:/files/"
volumes:
- "./webui/files/:/files/"
redis:
image: jpetazzo/hamba

View File

@@ -28,8 +28,8 @@ webui:
redis: A.B.C.D
ports:
- "8000:80"
#volumes:
# - "./webui/files/:/files/"
volumes:
- "./webui/files/:/files/"
#redis:
# image: redis

View File

@@ -50,7 +50,7 @@ function refresh () {
points.push({ x: s2.now, y: speed });
}
$("#speed").text("~" + speed.toFixed(1) + " hashes/second");
var msg = ("I'm attending the @docker Swarm workshop at @ZenikaIT, "
var msg = ("I'm attending the @docker Swarm workshop at @qconlondon, "
+ "and my #DockerCoins mining rig is crunching "
+ speed.toFixed(1) + " hashes/second! W00T!");
$("#tweet").attr(