ImmichI
Immich2w ago
Iggy

Immich-CLI docker command on windows

Hi, I want to install CLI to import my folders as internal library.

docker run -it -v "$(pwd)":/import:ro -e IMMICH_INSTANCE_URL=http://localhost:2283/api -e IMMICH_API_KEY=Dh8nQYLrxMaMAzWwkV8ZlUDEcMgQl71YS9WjP10e798 ghcr.io/immich-app/immich-cli:latest I tried to do this with this command, but it returns:
docker: invalid reference format in powershell and docker: Error response from daemon: create $(pwd): "$(pwd)" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path in command line. Is it a bit different for Docker on Windows and if there is a simple docker .yml
Was this page helpful?