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
How can I verify is this is correct? I'm getting no matching manifest.
PS C:\Users\Administrator> cd C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter
PS C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter> .\docker_run.ps1 -Config .\config\uk\uk_rtx_3080.yaml -Alerter discord -Webhook https://discord.com/api/webhooks/TOKEN_HIDDEN
latest: Pulling from ericjmarti/inventory-hunter
no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
Unable to find image 'ericjmarti/inventory-hunter:latest' locally
latest: Pulling from ericjmarti/inventory-hunter
docker: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries.
See 'docker run --help'.
started docker container named uk_rtx_3080
view the status of this container using the following command:
$ docker ps -a -f name=uk_rtx_3080
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
view logs for this container using the following command:
$ docker logs -f uk_rtx_3080
PS C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter>
When I look at Docker Desktop it says "No containers running" so is this not working or?
Plus does this work for NVIDIA site direct? I noticed they re-stocked third-party 3070 and 3080 FEs today.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> cd C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter
PS C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter> .\docker_run.ps1 -Config .\config\uk\uk_rtx_3080.yaml -Alerter discord -Webhook https://discord.com/api/webhooks/**REMOVED**
latest: Pulling from ericjmarti/inventory-hunter
Digest: sha256:5037bf964e36b293e9ecc4256db33050e7234ddc39998d8e54873168532eaf79
Status: Image is up to date for ericjmarti/inventory-hunter:latest
docker.io/ericjmarti/inventory-hunter:latest
docker: Error response from daemon: invalid volume specification: 'C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter\log\uk_rtx_3080.txt:/log.txt': invalid mount config for type "bind": source path must be a directory.
See 'docker run --help'.
started docker container named uk_rtx_3080
view the status of this container using the following command:
$ docker ps -a -f name=uk_rtx_3080
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
view logs for this container using the following command:
$ docker logs -f uk_rtx_3080
PS C:\Users\Administrator\Downloads\inventory-hunter\inventory-hunter>
Hey,
How can I verify is this is correct? I'm getting no matching manifest.
When I look at Docker Desktop it says "No containers running" so is this not working or?
Plus does this work for NVIDIA site direct? I noticed they re-stocked third-party 3070 and 3080 FEs today.
I followed: https://github.com/EricJMarti/inventory-hunter/wiki/Instructions-for-Windows
The text was updated successfully, but these errors were encountered: