Is a multi-architecture docker image containing the official Skywire Node binary.
The new Decentralized Internet, a wireless mesh network that pays you for supporting it. Learn more: https://www.skycoin.com/
- latest
- 0.4.2
- 0.4.3
# Generate config
docker run \
--rm \
-v <YOUR_CONFIG_DIR>:/opt/skywire \
xpecex/skywire:latest \
skywire-cli visor gen-config --is-hypervisor
# Run
docker run \
--restart always \
-p 8000:8000 \
-v <YOUR_CONFIG_DIR>:/opt/skywire \
--name=skywire \
xpecex/skywire:latest \
skywire-visor
NOTE: replace YOUR_CONFIG_DIR with the path you prefer to save skywire configuration and data files
$ git clone https://github.com/xpecex/skywire.git
$ cd skywire
$ 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