We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2dc3c commit c22aa2aCopy full SHA for c22aa2a
mithril-client-cli/src/commands/snapshot/download.rs
@@ -283,7 +283,7 @@ impl SnapshotDownloadCommand {
283
284
If you are using Cardano Docker image, you can restore a Cardano Node with:
285
286
- docker run -v cardano-node-ipc:/ipc -v cardano-node-data:/data --mount type=bind,source="{}",target=/data/db/ -e NETWORK={} inputoutput/cardano-node:{}
+ docker run -v cardano-node-ipc:/ipc -v cardano-node-data:/data --mount type=bind,source="{}",target=/data/db/ -e NETWORK={} ghcr.io/intersectmbo/cardano-node:{}
287
288
"###,
289
snapshot.digest,
0 commit comments