Skip to content

Commit

Permalink
docker clean
Browse files Browse the repository at this point in the history
  • Loading branch information
P1aton committed Feb 25, 2024
1 parent be3f180 commit 97bf184
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2020-06-22-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,16 @@ docker stats # Stats
- Ctop
{% endhighlight %}

## Чистка Docker-окружение

{% highlight python %}
docker system df # выдает подробную статистику о контейнерах
docker system prune # будут удалены остановленные контейнеры, висячие образы
docker system prune -a # Удаляем неиспользуемые образы
docker builder prune # удаляет неиспользуемые кэши сборки Build Cache
{% endhighlight %}


## DOCKER NETWORK

{% highlight python %}
Expand Down

0 comments on commit 97bf184

Please sign in to comment.