Skip to content

Docker image with Alpine linux and openjdk8 set up to mount a directory on the host computer and run commands as the host UID

Notifications You must be signed in to change notification settings

cliwrap/openjdk8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

The Dockerfile in this repository builds an alpine:3.7 container which lets you run commands inside the container using a UID and GID which are passed in environment variables from outside the container, so that any files created in a volume mount can be created as the user and group who initiated docker run. It also has openjdk8 installed.

To download: docker pull cliwrap/openjdk8

Examples

Run ./gradlew

docker run --rm -e "HOSTUID=`id -u`" -v "`pwd`:/work" -v "$HOME:/home/hostuser" cliwrap/openjdk8 ./gradlew build

About

Docker image with Alpine linux and openjdk8 set up to mount a directory on the host computer and run commands as the host UID

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published