DrSnowbird / jdk-mvn-py3

Ubuntu 24.04 + OpenJDK Java 23 + Maven 3.9 + Python 3.12 + pip 23 + node 21 + npm 10 + Yarn + Gradle 7
Apache License 2.0
16 stars 21 forks source link

Tried installing from docker pull #7

Open Sunraj751 opened 1 year ago

Sunraj751 commented 1 year ago

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 commented 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!