Sign inSign up

paulrodas/nym-node

By paulrodas

•Updated about 2 years ago

This image can be used to run a nym mixnode version 1.1.2

Image
Networking
0

354

paulrodas/nym-node repository overview

This image can be used to run a nym mixnode version 1.1.3

⁠Running the container wit A RAMDON ID

docker run --name nym-node -p 8000:8000 -p 8080:8080 -p 1789:1789 -p 1790:1790 -idt paulrodas/nym-node:latest

##OPTIONAL Running the container wit A SPECIFIED ID docker run --name nym-node -e NODE_ID=customnodeid -p 8000:8000 -p 8080:8080 -p 1789:1789 -p 1790:1790 -idt paulrodas/nym-node:latest

⁠Monitoring the node

docker logs nym-node --follow

⁠Running the Nym node

⁠Enter to bash terminal in the container to admin it

docker exec -it nym-node /bin/bash

⁠Running nym-node commands inside the container (NODE_ID environment variable ALREADY has the ID set to the node)

nym-node node-details --id $NODE_ID

Tag summary

Content type

Image

Digest

sha256:253177b48…

Size

101.5 MB

Last updated

about 2 years ago

docker pull paulrodas/nym-node