Skip to content

Commit

Permalink
Update dockerfile and add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Aug 30, 2024
1 parent 97ae3a2 commit 5ae7f9a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions DOCKER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Running Light Client in Docker

## Prerequisites

- Docker

## Installation

1. Clone the repository:

```bash
git clone https://github.com/covalenthq/das-ipfs-pinner
cd das-ipfs-pinner
```

2. Build the Docker image:

```bash
docker build -t covalent/light-client -f Dockerfile.lc .
```

3. Run the Docker container:

```bash
docker run -d --name light-client -e CLIENT_ID="YOUR UNIQUE ID" covalent/light-client
```

4. Check the status of the Light Client:

```bash
docker logs -f light-client
```
File renamed without changes.

0 comments on commit 5ae7f9a

Please sign in to comment.