I am new to docker and I have ran into a few problems. What I am trying to do is create a docker image with python, OPenCV and pytesseract as dependencies and I have already created my dockerfile but when I go to create my base image it says cant stat into path overlay2. I am also using pip3 to install the programs within my dockerfile “RUN pip3 install -y python” for example, could that also be the problem? Any suggestions would help greatly on how to complete this task.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Docker error of overlay on DevOps used to work earlier | 3 | 2224 | September 12, 2023 | |
| It´s not creating image of docker by ubuntu | 1 | 283 | January 29, 2024 | |
| Files ending up in overlay2 instead of being written to volume | 4 | 194 | May 27, 2025 | |
| Bug on apt install (permission denied) | 9 | 15384 | March 8, 2023 | |
| Error creating Dockers | 4 | 1608 | February 28, 2024 |