Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.31 KB

Java 4dev

java-4dev

What is it?

A Docker image for developers that use Java

Resources

This image has the below resources:

Using Java 4dev

docker run -ti --rm -p 8080:8080 -v `pwd`:/usr/src/app seudev/java-4dev:8

Using to commit with local config

docker run -ti --rm -p 8080:8080 -e GIT_USER_NAME="$(git config --get user.name)" -e GIT_USER_EMAIL="$(git config --get user.email)" -v `pwd`:/usr/src/app seudev/java-4dev:8

Execute in the container:

set-git-config

Building this image:

docker build -t seudev/java-4dev:8 .

Licensing

seudev/docker-4dev is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.