PLEBNET-PLAYGROUND / plebnet-playground-docker

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.
MIT License
66 stars 16 forks source link

Compose #80

Closed asher-pembroke closed 2 years ago

asher-pembroke commented 2 years ago

Trying out docker compose a la #79

I seem to be getting more stable runs on my mac when switching to this.

docker --version 
Docker version 20.10.8, build 3967b7d

We should probably point to the install instructions for compose here.

rsafier commented 2 years ago

need to check but looks like linux doesn't have access to docker compose command at least my docker version is same as my Mac, but doesn't have compose function embedded. might need to roll this back or have switch for platform

rsafier commented 2 years ago

oh does look like I can get that functionality by following instructions https://github.com/docker/compose#linux

asher-pembroke commented 2 years ago

We could add a check to see if compose exists and fall back to docker-compose if it doesn't. let me know what you think

rsafier commented 2 years ago

might not be a bad idea until it is packaged a little more conveniently on ubuntu. and/or add explicit link to manual install, as it is smoother long-term.