Hi,
I am using the guide at the following internet address:
after running the following command: $ docker build -t can-torizon-sample . , the result is the following (see figure)
How can I solve this problem?
Best regards
Gaetano
Hi,
I am using the guide at the following internet address:
after running the following command: $ docker build -t can-torizon-sample . , the result is the following (see figure)
How can I solve this problem?
Best regards
Gaetano
Hello @LEADTECH ,
The most probable cause of this error is that the Dockerfile is not found, you will have to check if there is an actual Dockerfile in /home/gaetano
and create one if doesn’t exist.
Best regards,
Josep