Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add documentation for running celestia-app docker images #1100

Open
Tracked by #1180
jcstein opened this issue Sep 29, 2023 · 8 comments
Open
Tracked by #1180

feat: add documentation for running celestia-app docker images #1100

jcstein opened this issue Sep 29, 2023 · 8 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@jcstein
Copy link
Member

jcstein commented Sep 29, 2023

No description provided.

@jcstein jcstein added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 29, 2023
@MicahZoltu
Copy link

Instructions for connecting to Celestia Node running in docker from Celestia App also running in docker would be nice too. This should be as simple as something like:

$ docker network create celestia-network
$ docker network connect --alias celestia-node celestia-network celestia-node
$ docker container run --rm -it --network celestia-network celestia-app
# celestia-appd config node tcp://celestia-node:26657

Note: I took a wild guess at the last line, as I don't actually know how to tell celestia-app to talk to a remote node backend.

@jcstein
Copy link
Member Author

jcstein commented Sep 29, 2023

got it! i think that in the meantime, this is something that would be useful for you: https://github.com/rollkit/local-celestia-devnet

@ogunleye0720
Copy link

Is this issue still opened? @jcstein

@jcstein
Copy link
Member Author

jcstein commented Jan 8, 2024

yep yep @ogunleye0720

@ogunleye0720
Copy link

Hello @jcstein , I would like to know more about this issue. What exactly do we want to achieve? This would help solve the problem faster.

@jcstein
Copy link
Member Author

jcstein commented Jan 8, 2024

add celestia-app support similarly to this https://docs.celestia.org/nodes/docker-images#%F0%9F%90%B3-docker-setup

@ogunleye0720
Copy link

Hello @jcstein , I would like to know under what package or repo to add the doc?

@ogunleye0720
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants