Skip to content

Update Docker - Windows Instructions #377

@danny-avila

Description

@danny-avila

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions