docs icon indicating copy to clipboard operation
docs copied to clipboard

feat: add documentation for running celestia-app docker images

Open jcstein opened this issue 2 years ago • 8 comments

jcstein avatar Sep 29 '23 18:09 jcstein

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.

MicahZoltu avatar Sep 29 '23 19:09 MicahZoltu

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

jcstein avatar Sep 29 '23 19:09 jcstein

Is this issue still opened? @jcstein

ogunleye0720 avatar Dec 25 '23 06:12 ogunleye0720

yep yep @ogunleye0720

jcstein avatar Jan 08 '24 14:01 jcstein

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.

ogunleye0720 avatar Jan 08 '24 14:01 ogunleye0720

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

jcstein avatar Jan 08 '24 16:01 jcstein

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

ogunleye0720 avatar Jan 15 '24 09:01 ogunleye0720

hello @jcstein you care to check this out ? https://github.com/ogunleye0720/docs/blob/celestial-app-docker-doc/nodes/celestia-app-docker-image.md

ogunleye0720 avatar Jan 15 '24 23:01 ogunleye0720