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

Tried installing from docker pull #7

Open
Sunraj751 opened this issue Oct 13, 2023 · 1 comment
Open

Tried installing from docker pull #7

Sunraj751 opened this issue Oct 13, 2023 · 1 comment

Comments

@Sunraj751
Copy link

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?
Screenshot 2023-10-12 at 8 18 38 PM

@DrSnowbird
Copy link
Owner

DrSnowbird commented Oct 13, 2023

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:
- 'which docker'
- 'which docker-compose'
- 'which make'

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!

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