Sign inSign up

jamesbrink/template

By jamesbrink

Updated over 7 years ago

This is a just a template project for my personal docker containers.

Image
0

274

jamesbrink/template repository overview

Template

Build Status Docker Automated build Docker Pulls Docker Stars

About

This is a just a template project for my personal docker containers.

Usage

Extending from this image.

FROM jamesbrink/template
COPY ./MyApp /MyApp
RUN apk add --update my-deps...

Running a simple glxgears test.

$ docker run -i -t --rm jamesbrink/template bash

Environment Variables

VariableDefault ValueDescription
ENVDEFAULT_VALUEDescription

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 7 years ago

docker pull jamesbrink/template