Skip to content

Commit

Permalink
Fixes celestiaorg#3078: <Run celestia-app via Docker>
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajprasad committed Dec 28, 2024
1 parent 05d1acd commit a0cf884
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,24 @@ node | | | |
```shell
make install
```
## Docker Installation

1. Prerequisites
- Ensure you have Docker version **20.10** or higher installed. You can download it from [Docker's official website](https://www.docker.com/get-started).
- Allocate at least **2 CPU cores** and **4 GB of RAM** to Docker for optimal performance. This can be configured in Docker Desktop settings.
2. Fetching the Latest Tagged Release
To pull the latest tagged release of the `celestia-app` Docker image, run the following command:
```bash
docker pull ghcr.io/celestiaorg/celestia-app:latest
```
3. Running the Application
To start the application using Docker Compose, navigate to the directory containing your `docker-compose.yml` file and run:
```bash
docker-compose up
```
### Prebuilt binary
If you'd rather not install from source, you can download a prebuilt binary from the [releases](https://github.com/celestiaorg/celestia-app/releases) page.
Expand Down

0 comments on commit a0cf884

Please sign in to comment.