/docker-debian-base

A Debian 9 base image to be used as a starting point for other images.

Primary LanguageDockerfileMIT LicenseMIT

Docker Debian Base Image

A Debian 9 base image to be used as a starting point for other images.

Overview

This project uses a Dockerfile and Makefile to manage the creation and distribution of a base Debian docker image. One novel aspect of the Makefile is the use of touch to create files for the non-file targets docker-build and docker-push.

Usage

To build the image

$ make docker-build

To push the built image

$ make docker-push

To login to docker hub

$ make docker-login

To run the image

$ make docker-run

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments