Skip to content
Yang Yang edited this page Mar 25, 2020 · 11 revisions

Welcome to the xud-docker wiki!

We create this project for 0-install xud environment which means:

  1. Small installer size (like xud.sh)
  2. No pre-installed dependencies (so shell scripts and binary is prefered)
  3. Sandboxed environment (keep users' host clean)

Dependencies

Bash Programming Guidelines

Project Structure

  • xud.sh: Users need to download this file to start using xud-docker
  • setup.sh: A simple wrapper for main.sh which provides upgrading and network choosing features
  • images folder: Place all images' Dockerfiles
  • tools folder: Development utilities

Auto-build your modified images

tools/build