cardano-wallet
cardano-wallet is the upstream wallet executable with port 8090 exposed. The
image adds no Blink Labs-specific runtime environment; pass upstream commands and
options after the image name.
docker run --detach --name cardano-wallet \ -p 8090:8090 -v node-ipc:/ipc -v wallet-state:/wallet \ ghcr.io/blinklabs-io/cardano-wallet:latest \ serve --port 8090 --node-socket /ipc/node.socket --database /walletWALLET_VERSION and WALLET_REF are build arguments selecting the source
revision, not runtime settings. Mount node IPC, database, and TLS material as
required by the upstream command.