plebbit-js icon indicating copy to clipboard operation
plebbit-js copied to clipboard

add a bash script to the docs that starts a docker container (or maybe a docker image)

Open estebanabaroa opened this issue 7 months ago • 1 comments

A lot of people have requested a docker image

Image

I think maintaining an image is probably overkill, a bash script that downloads plebbit-cli and starts it in docker is probably enough.

Or maybe for security a simple docker image that downloads plebbit-cli from github and starts it would be better. People might be wary of running a random bash script.

Or maybe both.

estebanabaroa avatar Jul 29 '25 20:07 estebanabaroa

I think people trust docker, but they won't necessarily trust a bash script produced by us. I think maintaing a docker image of plebbit-cli is ideal because we print the URL of seedit/plebchan which can be accessed outside docker. If user needs to use plebbit-js they can just plug the RPC url.

I vote for a docker image tbh

Rinse12 avatar Jul 30 '25 05:07 Rinse12