-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
Originally written by @nanny07
There is an error on the site documentation about how to update docker images on Windows.
This command does nothing:
docker images -a --format "{{.ID}}" --filter "reference=*librechat*" | ForEach-Object { docker rmi $_ }
The right one should be:
docker images -a --filter=reference='ghcr.io/danny-avila/librechat*' --format "{{.ID}}" | ForEach-Object { docker rmi $_ }
Notes: the wildcard "*" is working only as a prefix.
Metadata
Metadata
Assignees
Labels
No labels