Closed whimsical-c4lic0 closed 3 weeks ago
A recent message in discord mentioned that the user was accumulating stopped OF-DL containers. This change updates the recommended docker run command to include a --rm flag to automatically delete the container when it stops.
docker run
--rm
A recent message in discord mentioned that the user was accumulating stopped OF-DL containers. This change updates the recommended
docker run
command to include a--rm
flag to automatically delete the container when it stops.