Skip to content
Snippets Groups Projects

Refactor docker documentation

Merged Hugo Trentesaux requested to merge hugo-refac-smith-doc into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -18,4 +18,4 @@ To go further, read [How to become a (black)smith](./smith.md)
@@ -18,4 +18,4 @@ To go further, read [How to become a (black)smith](./smith.md)
2. Run `docker compose pull`, this will pull the new image.
2. Run `docker compose pull`, this will pull the new image.
3. Run `docker compose up -d --remove-orphans`, this will recreate the container
3. Run `docker compose up -d --remove-orphans`, this will recreate the container
4. Verify that your node restarted well `docker compose logs duniter-rpc`
4. Verify that your node restarted well `docker compose logs duniter-rpc`
5. Remove the old image `docker images rmi duniter/duniter-v2s:OLD_TAG`
5. Remove the old image `docker rmi duniter/duniter-v2s:OLD_TAG`
Loading