comit-network / xmr-btc-swap

Bitcoin–Monero Cross-chain Atomic Swap
GNU General Public License v3.0
645 stars 79 forks source link

Docker Image for ASB #955

Open binarybaron opened 2 years ago

binarybaron commented 2 years ago

The maintenance and operation of an ASB can be quite complex. A simple Docker image for running an ASB might be useful. Docker seems perfect for this, since you are essentially running a set of microservices (monerod, bitcoind, monero-wallet-rpc, electrum, asb). If anyone here has some experience with Docker, it it would be great if they could make a small Dockerfile.

delta1 commented 2 years ago

Great idea! I have some experience just trying to find the time

lescuer97 commented 2 years ago

@sethforprivacy mentioned in his post on setting up the ASB that he was developing a container for the ASB. Have you had any progress @sethforprivacy ?

sethforprivacy commented 2 years ago

@sethforprivacy mentioned in his post on setting up the ASB that he was developing a container for the ASB. Have you had any progress @sethforprivacy ?

Sadly I haven't had the time to dedicate to it so I haven't attempted it yet.

I built a monerod docker container that would pair well with the rest in Docker Compose, and I started working on a monero-wallet-rpc image that would work well also -- but I haven't started pairing them all together.