# docker-jdk **Repository Path**: andals/docker-jdk ## Basic Information - **Project Name**: docker-jdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Init ``` git clone git@gitee.com:andals/docker-jdk.git jdk cd jdk prjHome=`pwd` jdkVer=8 ``` # Build image ``` docker build -t andals/jdk:${jdkVer} ./ ```