Skip to content

Docker image of Java Virtual Machine that adds additional information about the container itself.

Notifications You must be signed in to change notification settings

fayndee/docker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Docker Java Image

Docker image of Java Virtual Machine that adds additional information about the container itself.

Get started

docker run -it fayndee/java:oracle-java8 bash --login -c "YOUR_COMMAND_HERE"

Information exposed as environment variables

environment variable value
DOCKER_CONTAINER_NAME Primary name of your container (i.e. NAMES in docker ps). It is specially useful when the name is assigned dynamically at runtime (e.g. using docker-compose).

About

Docker image of Java Virtual Machine that adds additional information about the container itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages