Skip to content

Commit

Permalink
Update full-node-more.md
Browse files Browse the repository at this point in the history
The prune command referenced alephium/alephium-tools:x.y.z which is not in the docker registry anymore resulting in an error "unkown manifest"
  • Loading branch information
Fugashu authored Oct 19, 2024
1 parent e48179f commit f8ecc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/full-node/full-node-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ Here are the steps to prune the Alephium full node:
### Using Docker

1. Make sure the Alephium full node is stopped
2. Run the following command `docker run -it -v ${YOUR_ALEPHIUM_HOME}:/alephium-home/.alephium alephium/alephium-tools:x.y.z org.alephium.tools.PruneStorage`
2. Run the following command `docker run -it -v ${YOUR_ALEPHIUM_HOME}:/alephium-home/.alephium alephium/alephium-tools org.alephium.tools.PruneStorage`
3. Wait until the command finishes execution, the disk space should be reduced to around 20 GB
4. Restart the Alephium full node

0 comments on commit f8ecc51

Please sign in to comment.