Skip to content
Snippets Groups Projects
Commit 9569fd26 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

docker rmi

parent 72d3ed99
No related branches found
No related tags found
1 merge request!136Refactor docker documentation
...@@ -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`
...@@ -43,4 +43,4 @@ If you're not able to monitor, reboot, act on your node, goOffline() to avoid pe ...@@ -43,4 +43,4 @@ If you're not able to monitor, reboot, act on your node, goOffline() to avoid pe
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-validator` 4. Verify that your node restarted well `docker compose logs duniter-validator`
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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment