Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 601 Bytes

running node with docker.md

File metadata and controls

20 lines (16 loc) · 601 Bytes

Running testnet node with Docker

  1. Install Docker and Docker Compose
    Instructions for ubuntu 16-04 here and here, don't skip optional step 2, docker without sudo

  2. To get the latest docker-compose.yml file, clone the repository

git clone https://github.com/GravityProtocol/gravity-testnet-docker
cd gravity-testnet-docker
  1. Pull the latest docker image
docker-compose pull
  1. Launch the node
docker-compose up