mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00
[GH-ISSUE #37] Docker said: latest not found: manifest unknown: manifest unknown #14
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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
Code of Conduct
@franklupo commented on GitHub (Jun 15, 2023):
Hi,
the tag latestnon exists in this moment.
https://hub.docker.com/r/corsinvest/cv4pve-admin/tags
@gilbertoferreira commented on GitHub (Jun 15, 2023):
Yes but how?
@franklupo commented on GitHub (Jun 15, 2023):
docker pull corsinvest/cv4pve-admin:1.0.0-rc.1
@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.
@franklupo commented on GitHub (Sep 5, 2023):
you created the file /DockerData/cv4pve-admin/appsettings.json?