Skip to content

Msimoneau/dev-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-java

A simple Java Development Ubuntu Workstation. The container shared a volume (/home/admin/sources) that can be used to access your container sources with your preferred editor on your host.

This Dockerfile includes:

  • Build-essential (dpkg-dev, gcc, g++, libc-dev, make)
  • Python (Python 2.7.12 and Python 3.5.2)
  • Java
  • Groovy 2.4.7
  • Gradle 2.10

To install, customize and build:

  1. Modify the values in vars.sh
# The user inside the container.
readonly USER="admin"

# The image.
readonly DOCKER_HUB_USER="user"
readonly IMAGE_NAME="dev-java"

# The container name.
readonly STATION="dev-java-station"

# Shared path with the host.
readonly HOST_PATH="/Documents/Kitematic/"
  1. Run the following commands:
 $ ./build-station.bash

To run it:

 $ ./run-station.bash

Automated Build on DockerHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages