Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
docs: switch prune to make command (#1228)
Browse files Browse the repository at this point in the history
Switch doc to `make dev.prune`, which is simpler to 
remember should the issue recur, rather than always
having to read these docs.
  • Loading branch information
robrap authored Nov 16, 2023
1 parent 1671ee1 commit c8a9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshoot_general_tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Try this first to clean up dangling images:

.. code:: sh
docker system prune -f # (This is very safe, so try this first.)
make dev.prune # (This is very safe, so try this first.)
If you are still seeing issues, you can try cleaning up dangling volumes.

Expand Down

0 comments on commit c8a9e09

Please sign in to comment.