Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(UK) Is this working correctly? #215

Open
TheRayJohnson opened this issue Jun 18, 2021 · 1 comment
Open

(UK) Is this working correctly? #215

TheRayJohnson opened this issue Jun 18, 2021 · 1 comment

Comments

@TheRayJohnson
Copy link

Hey,

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.

I followed: https://github.com/EricJMarti/inventory-hunter/wiki/Instructions-for-Windows

@TheRayJohnson
Copy link
Author

Update

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>

@TheRayJohnson TheRayJohnson reopened this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant