This is a just a template project for my personal docker containers.
274
This is a just a template project for my personal docker containers.
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
| Variable | Default Value | Description |
|---|---|---|
ENV | DEFAULT_VALUE | Description |
Content type
Image
Digest
Size
3.8 MB
Last updated
over 7 years ago
docker pull jamesbrink/template