You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
moonrailgun
changed the title
Instructions for anonymous volumes appearing in docker images
Declaration for anonymous volumes appearing in docker images
May 11, 2023
With user report, with we start docker , will create anonymous docker volumes with hash.
After check all docker which tailchat used, we found some library will use
VOLUME
command in Dockerfile:and its will create volume mandatory.
Usually, these anonymous volumes are often of no concern to us
If you are unhappy with redundant volumes, feel free to delete them with
docker volume rm
ordocker volume prune
(dangerous)The text was updated successfully, but these errors were encountered: