From 9569fd268414641c1fa29e20d184d88f89e6d517 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Thu, 2 Mar 2023 23:36:50 +0100
Subject: [PATCH] docker rmi

---
 docs/user/mirror.md | 2 +-
 docs/user/smith.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user/mirror.md b/docs/user/mirror.md
index 907ef1c70..4777bfd8b 100644
--- a/docs/user/mirror.md
+++ b/docs/user/mirror.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.
 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`
-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`
diff --git a/docs/user/smith.md b/docs/user/smith.md
index 588d3d28b..8209e8bd8 100644
--- a/docs/user/smith.md
+++ b/docs/user/smith.md
@@ -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.
 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`
-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`
-- 
GitLab