Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 575 Bytes

dockerfiles

This repository contains dockerfiles used in BeSpunky projects and are shared with the community.

Every file here represents a docker image on Docker Hub. Dockerfiles have the same name as the docker image and do not include the dockerfile word in order to easily match the image names.

Usage

Find the name of the image you are interested in and use it in your FROM statement.

FROM bespunky/<dockerfile name>[:tag]

Example

FROM bespunky/microsoft-dotnet-sdk-angular-ready