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

FileNotFound #49

Open
Ai686Leo opened this issue Dec 16, 2024 · 4 comments
Open

FileNotFound #49

Ai686Leo opened this issue Dec 16, 2024 · 4 comments

Comments

@Ai686Leo
Copy link

I used dockerc on Android (this file is in the /system/bin directory) and it returned "FileNotFound", can dockerc be used on Android? My phone's CPU instruction set is arm64-v8a and I'm using dockerc_aarch64.
Screenshot_2024-12-16-22-37-25-22_1df7e81cb8b1830f43488e7a37ca3ed9.jpg

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 16, 2024

What happens if you try to specify the full path? /system/bin/dockerc? Can you confirm that there is actually a file there? ls -l /system/bin/dockerc

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 18, 2024

What happens if you try to specify the full path? /system/bin/dockerc? Can you confirm that there is actually a file there? ls -l /system/bin/dockerc

The file was put under /system/bin by me using root, and it's there
Screenshot_2024-12-18-22-33-21-52_1df7e81cb8b1830f43488e7a37ca3ed9.jpg

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 18, 2024

Could it be that "FileNotFound" is outputted by the program inside the container?

@Ai686Leo
Copy link
Author

Could it be that "FileNotFound" is outputted by the program inside the container?

I haven't added anything to the container yet😶

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

2 participants