Sign inSign up

xpecex/skywire

By xpecex

Updated almost 5 years ago

Image
0

1.6K

xpecex/skywire repository overview

Skywire

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

What is skywire image?

Is a multi-architecture docker image containing the official Skywire Node binary.

What is Skywire?

The new Decentralized Internet, a wireless mesh network that pays you for supporting it. Learn more: https://www.skycoin.com/

Tags:
  • latest
  • 0.4.2
How to use this image
# 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

How to build a local image
$ 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


Donate with Ethereum Donate with Bitcoin

Tag summary

Content type

Image

Digest

Size

38.9 MB

Last updated

almost 5 years ago

docker pull xpecex/skywire