To prepare

  1. A server with more than 4 GB memory
  2. Install the docker

Pull the Docker image

docker pull bitcli/bit
docker pull bitcli/bit-server
Copy the code

Run the mirror

docker run -it bitcli/bit:latest /bin/bash
docker run -it -p {host-port}:3000 bitcli/bit-server:latest
Copy the code

Reference documentation