Get the App
SLTechnology News&Howtos  ›  Servers  › 

A collection of docker bits and pieces of knowledge

Shulou Source: shulou.com Published: 2022-06-03 00:03:34 09月22日 Update

Docker run-rm

When the Docker container exits, the file system inside the default container is still retained to facilitate debugging and retain user data.

However, for the foreground container, because it only runs for a short time during development and debugging, there is no need to retain its user data, so you can set the-rm option when the container is started, so that the file system inside the container can be automatically cleaned when the container exits.

Obviously, the-- rm option cannot be used with-d, that is, only foreground containers can be cleaned automatically, not detached containers.

Note that the-- rm option also cleans up the container's anonymous data volumes.

Tags: Containers data files users systems necessary just at the same time process development operation piecemeal knowledge knowledge points Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Shulou Tech Info Redmi MariaDB Microsoft Huawei