Shadows Network
  • Shadows Network Docs
  • Getting Started
    • Tutorial
    • Setting Up a Node
    • Setting Up a Node use docker image
    • Setting Up Polkadot-js-apps
    • Setting Up Polkadot-js-apps use docker image
  • Pancake LP User Guide
  • Shadows Dapp (beta) - Tutorial 1
  • Shadows Dapp(beta)-Tutorial 2
  • Shadows Dapp Tutorial
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Setting Up Polkadot-js-apps use docker image

An alternative to building locally is to use docker to run a pre-build binary. The only requirement is to have Docker installed.

You can run a docker container via -

docker run --rm -it --name shadows-polkadot-ui -e WS_URL=ws://127.0.0.1:9944 -p 80:80 shadowsnetwork/polkadot-js-apps
PreviousSetting Up Polkadot-js-appsNextPancake LP User Guide

Last updated 4 years ago

Was this helpful?