Adds name to geth container
This commit is contained in:
parent
e1a529175a
commit
192079f9c8
|
@ -48,7 +48,7 @@ namespace CodexNetDeployer
|
||||||
var ci = entryPoint.CreateInterface();
|
var ci = entryPoint.CreateInterface();
|
||||||
|
|
||||||
Log("Deploying Geth instance...");
|
Log("Deploying Geth instance...");
|
||||||
var gethDeployment = ci.DeployGeth(s => s.IsMiner());
|
var gethDeployment = ci.DeployGeth(s => s.IsMiner().WithName("geth"));
|
||||||
var gethNode = ci.WrapGethDeployment(gethDeployment);
|
var gethNode = ci.WrapGethDeployment(gethDeployment);
|
||||||
|
|
||||||
Log("Geth started. Deploying Codex contracts...");
|
Log("Geth started. Deploying Codex contracts...");
|
||||||
|
|
Loading…
Reference in New Issue