Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

62 lines (48 loc) · 2.12 KB

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