Skip to content

xpecex/skywire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 19, 2021
3f361d0 · Sep 19, 2021

History

10 Commits
Sep 18, 2021
Sep 19, 2021
Jul 24, 2021
Sep 18, 2021
Sep 18, 2021

Repository files navigation

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
  • 0.4.3

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

About

Skywire Node implementation (unofficial)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published