diff --git a/docs/user/mirror.md b/docs/user/mirror.md
index 907ef1c70da326d48ebfed1ccf1d154889294117..4777bfd8bdde4e31b5ba99950bbd9fa4cd301efd 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 588d3d28bc9180cdb666e4c04d5f2367f8951cec..8209e8bd88df16f14b5da58f4fbae7b6a42f76da 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`