This image is built from official Maven Docker image with Aliyun Mirror.
For many simple projects, you may find it inconvenient to write a complete Dockerfile. In such cases, you can run a Maven project by using the Maven Docker image directly, passing a Maven command to docker run:
docker run -it --rm --name my-maven-project -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven registry.cn-hangzhou.aliyuncs.com/acs/maven mvn clean install
Please refer the documents for official Maven image.
Content type
Image
Digest
Size
191.9 MB
Last updated
almost 6 years ago
docker pull zacksleo/maven:3-ibmjava-8-alpine