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

docs: switch prune to make command #1228

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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