A Docker image for developers that use Java
This image has the below resources:
- ssh
- git
- vim
- Shell Scripts
docker run -ti --rm -p 8080:8080 -v `pwd`:/usr/src/app seudev/java-4dev:8
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
docker build -t seudev/java-4dev:8 .
seudev/docker-4dev is provided and distributed under the Apache Software License 2.0.
Refer to LICENSE for more information.