[GH-ISSUE #37] Docker said: latest not found: manifest unknown: manifest unknown #14

Closed
opened 2026-02-26 17:36:52 +03:00 by kerem · 5 comments
Owner

Originally created by @gilbertoferreira on GitHub (Jun 15, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/37

Bug type

Other

Component name

No response

What happened?

Tried to used the docker but got error

Expected behavior

Expected to get the app up and running.

Relevant log output

docker pull corsinvest/cv4pve-admin
Using default tag: latest
Error response from daemon: manifest for corsinvest/cv4pve-admin:latest not found: manifest unknown: manifest unknown

Proxmox VE Version

7

Version (bug)

v0.0.7-beta

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On what operating system are you experiencing the issue?

Linux

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @gilbertoferreira on GitHub (Jun 15, 2023). Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/37 ### Bug type Other ### Component name _No response_ ### What happened? Tried to used the docker but got error ### Expected behavior Expected to get the app up and running. ### Relevant log output ```shell docker pull corsinvest/cv4pve-admin Using default tag: latest Error response from daemon: manifest for corsinvest/cv4pve-admin:latest not found: manifest unknown: manifest unknown ``` ### Proxmox VE Version 7 ### Version (bug) v0.0.7-beta ### Version (working) _No response_ ### What browsers are you seeing the problem on? Chrome ### On what operating system are you experiencing the issue? Linux ### Pull Request - [ ] I would like to do a Pull Request ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
kerem closed this issue 2026-02-26 17:36:52 +03:00
Author
Owner

@franklupo commented on GitHub (Jun 15, 2023):

Hi,
the tag latestnon exists in this moment.
https://hub.docker.com/r/corsinvest/cv4pve-admin/tags

<!-- gh-comment-id:1593084535 --> @franklupo commented on GitHub (Jun 15, 2023): Hi, the tag **latest**non exists in this moment. https://hub.docker.com/r/corsinvest/cv4pve-admin/tags
Author
Owner

@gilbertoferreira commented on GitHub (Jun 15, 2023):

Yes but how?

<!-- gh-comment-id:1593495639 --> @gilbertoferreira commented on GitHub (Jun 15, 2023): Yes but how?
Author
Owner

@franklupo commented on GitHub (Jun 15, 2023):

Yes but how?

docker pull corsinvest/cv4pve-admin:1.0.0-rc.1

<!-- gh-comment-id:1593600990 --> @franklupo commented on GitHub (Jun 15, 2023): > Yes but how? docker pull corsinvest/cv4pve-admin:1.0.0-rc.1
Author
Owner

@gilbertoferreira commented on GitHub (Jun 15, 2023):

mkdir -p /DockerData/cv4pve-admin/
touch /DockerData/cv4pve-admin/appsettings.json

docker run -d -p 5000:5000 -e TZ=America/Sao_Paulo -v /DockerData/cv4pve-admin/data:/app/data -v /DockerData/cv4pve-admin/appsettings.json:/app/appsettings.json corsinvest/cv4pve-admin:1.0.0-rc.1
47325d03b08c1edc0e8a83a65506726496f42a33f5846440d087b23cc1bca73c
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/DockerData/cv4pve-admin/appsettings.json" to rootfs at "/app/appsettings.json": mount /DockerData/cv4pve-admin/appsettings.json:/app/appsettings.json (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

<!-- gh-comment-id:1593634270 --> @gilbertoferreira commented on GitHub (Jun 15, 2023): mkdir -p /DockerData/cv4pve-admin/ touch /DockerData/cv4pve-admin/appsettings.json docker run -d -p 5000:5000 -e TZ=America/Sao_Paulo -v /DockerData/cv4pve-admin/data:/app/data -v /DockerData/cv4pve-admin/appsettings.json:/app/appsettings.json corsinvest/cv4pve-admin:1.0.0-rc.1 47325d03b08c1edc0e8a83a65506726496f42a33f5846440d087b23cc1bca73c docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/DockerData/cv4pve-admin/appsettings.json" to rootfs at "/app/appsettings.json": mount /DockerData/cv4pve-admin/appsettings.json:/app/appsettings.json (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
Author
Owner

@franklupo commented on GitHub (Sep 5, 2023):

you created the file /DockerData/cv4pve-admin/appsettings.json?

<!-- gh-comment-id:1706968125 --> @franklupo commented on GitHub (Sep 5, 2023): you created the file /DockerData/cv4pve-admin/appsettings.json?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#14
No description provided.