コンテンツにスキップ

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.

Terminal window
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 /wallet

WALLET_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.

Source repository · Upstream wallet