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

Commit c8a9e09

Browse files
authored
docs: switch prune to make command (#1228)
Switch doc to `make dev.prune`, which is simpler to remember should the issue recur, rather than always having to read these docs.
1 parent 1671ee1 commit c8a9e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/troubleshoot_general_tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Try this first to clean up dangling images:
6464

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

0 commit comments

Comments
 (0)