We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
i'm trying to use the docker open media vault on my raspberry pi, but when i run this command:
docker run --name OpenMediaVault -d -ti -h openmediavault.example.test -v /path/to/data:/data:Z -P ikogan/openmediavault
the error shows:
"docker: failed to register layer: Error processing tar file(exit status 4): fatal error: slice bounds out of range
runtime stack: fatal error: slice bounds out of range panic during panic
runtime stack: fatal error: slice bounds out of range stack trace unavailable"
How may i resolve this?
The text was updated successfully, but these errors were encountered:
I don't believe this container will work with an ARM chip. Someone will have to build one based on a Debian arm base image.
Sorry, something went wrong.
No branches or pull requests
Hello,
i'm trying to use the docker open media vault on my raspberry pi, but when i run this command:
docker run --name OpenMediaVault -d -ti -h openmediavault.example.test -v /path/to/data:/data:Z -P ikogan/openmediavault
the error shows:
"docker: failed to register layer: Error processing tar file(exit status 4): fatal error: slice bounds out of range
runtime stack:
fatal error: slice bounds out of range
panic during panic
runtime stack:
fatal error: slice bounds out of range
stack trace unavailable"
How may i resolve this?
The text was updated successfully, but these errors were encountered: