From 2b0778e7a4783f0156f98ed80a79e19897ec9d7f Mon Sep 17 00:00:00 2001 From: Rupsha Date: Thu, 16 Mar 2017 10:17:06 +0200 Subject: [PATCH] Update Dockerfile --- eth-net-intelligence-api/Dockerfile | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/eth-net-intelligence-api/Dockerfile b/eth-net-intelligence-api/Dockerfile index b2690e4..7b6f045 100644 --- a/eth-net-intelligence-api/Dockerfile +++ b/eth-net-intelligence-api/Dockerfile @@ -14,22 +14,9 @@ ## ## Note: if you actually want to monitor a client, you'll need to make sure it can be reached from this container. ## The best way in my opinion is to start this container with all client '-p' port settings and then -# share its network with the client. This way you can redeploy the client at will and just leave 'ethnetintel' running. E.g. with -## the python client 'pyethapp': -## -# -# `docker run -d --name ethnetintel \ -# -v /home/user/app.json:/home/ethnetintel/eth-net-intelligence-api/app.json \ -# -p 0.0.0.0:30303:30303 \ -# -p 0.0.0.0:30303:30303/udp \ -# ethnetintel:latest` -# -# `docker run -d --name pyethapp \ -# --net=container:ethnetintel \ -# -v /path/to/data:/data \ -# pyethapp:latest` -# -## If you now want to deploy a new client version, just redo the second step. +# share its network with the client. This way you can redeploy the client at will and just leave 'ethnetintel' running. + +####################################################### FROM debian