Sign inSign up

xpecex/myst-node

By xpecex

Updated almost 5 years ago

Mysterium Network Node

Image
1

7.5K

xpecex/myst-node repository overview

myst-node

Docker Image Version (tag latest semver) MicroBadger Layers (tag) Docker Image Size (tag) Docker Pulls GitHub

What is myst-node image?

myst-node is a multi-architecture docker image containing the official Mysterium-Network Node binary.

What is Mysterium-Network?

Mysterium is building a decentralised P2P VPN and other tools that allow you to browse the internet freely, earn by sharing your connection, and build censorship-resistant applications. Learn more: https://mysterium.network/

Tags:
  • latest
  • 0.52.0
  • 0.51.0
  • 0.50.1
  • 0.49.0
  • 0.48.0
  • 0.47.3
  • 0.47.2
  • 0.47.1
  • 0.47.0
How to use this image
docker run -d \
--cap-add NET_ADMIN \
--net host \
--name myst \
-v /your_path/data/:/var/lib/mysterium-node \
-v /your_path/run/:/var/run/mysterium-node \
xpecex/myst-node:latest \
service --agreed-terms-and-conditions

NOTE: replace your_path with the path you prefer to save myst-node configuration and data files

How to build a local image
$ git clone https://github.com/xpecex/myst-node.git
$ cd myst-node
$ chmod +x build.sh

# Building a multi-arch image requires buildx 
# see more here: https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/
$ ./build.sh

NOTE: Replace variables in build.sh as per your needs


Donate with Ethereum Donate with Bitcoin

Tag summary

Content type

Image

Digest

Size

103.9 MB

Last updated

almost 5 years ago

docker pull xpecex/myst-node