Open Sunraj751 opened 1 year ago
Hi, @Sunraj751 , "The error 'bash: docker: command not found' it means that your 'docker' command is not found. Try the followings to first identify whether you have 'docker' installed or setup properly.
Once you have Docker CE installed (as above link) and 'docker-compose' utility installed and also make sure you have 'make' utility installed too -- test these three commands before you proceed to build local Docker container image:
If you have all the above three commands found (i.e., installed and setup properly) locally, then you can use the following ways to build Docker image:
Mostly, there should not have reasons that the above won't build successfully unless some unexpected disk or permission issues locally.
Cheers!
Hey
I came across this project from knime forum. I tried installing the project the git clone way. Now i am stuck in a shell which says
[docker](bash: docker: command not found)
. I tried running/data/examples$ docker build -t my/jdk-mvn-py3
give the same error.Is there something i am missing or something that needs to be edited?