Execute binary, or run docker container

Hi, is there any way to execute binaries, or run a docker container on functions? The use case: I need the monero-wallet-cli (binary) to run on the serverless function and store the wallet files. Alternative: There is a docker image, which exposes a port, which than can be called through a npm package. Is there any way to handle this with netlify? I really want to migrate from aws, but this question stands in my way…

@client5, it is not possible run a docker container or any binaries with Functions. The only exceptions would be binaries which come preinstalled on the VM image Functions uses.

I’m fairly certain, however, that monero-wallet-cli isn’t installed by default so this won’t be possible using Netlify Functions.