/Coding/Docker/Linux Error no such file
- @2022-03-26
- Context: [Docker For algorand algod+node.md](./Docker For algorand algod+node.md)
- Answer from: Why doesn't docker find a file I've added?
-
file not found, did not referred to the file itself, but the file loader.
-
The Container was running a x86_64 image (default debian:squeeze) and the file is in i386.
- Solved by using another platform of image. [Docker platform on M1](./Docker platform on M1.md)