Skip to content

sahil-bawa/npm-mvn-jdk-docker-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Build Dockerfile Locally

Working directory: .

To build the docker image, type:

docker build -t <image-name>:<image-version> .

Once the image is built, list all images in system using:

docker image ls

Note the IMAGE ID of the tag you just created. To access the filesystem of the built image, run:

docker run -it <IMAGE_ID> /bin/bash

You can now access the artifacts on the filesystem and confirm build results.

About

This dockerfile contains openjdk8, npm 12, and python 3.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published