myst-node is a multi-architecture docker image containing the official Mysterium-Network Node binary.
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/
- latest
- 0.61.0
- 0.60.0
- 0.53.3
- 0.53.2
- more tags
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
$ 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