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/
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
Content type
Image
Digest
Size
103.9 MB
Last updated
almost 5 years ago
docker pull xpecex/myst-node