xmr-btc-swap
xmr-btc-swap copied to clipboard
Docker Image for ASB
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.
Great idea! I have some experience just trying to find the time
@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 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.