# make4docker **Repository Path**: mirrors_codejamninja/make4docker ## Basic Information - **Project Name**: make4docker - **Description**: Use GNU Make to simplify your Docker builds - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # make4docker [![GitHub stars](https://img.shields.io/github/stars/codejamninja/make4docker.svg?style=social&label=Stars)](https://github.com/codejamninja/make4docker) > Use GNU Make to simplify your Docker builds Please ★ this repo if you found it useful ★ ★ ★ ![](assets/make4docker.png) ## Features * Pull image * Build image * Push image * Run image * SSH into image * SSH into running container ## Installation ```sh curl -OL https://raw.githubusercontent.com/codejamninja/make4docker/master/Makefile ``` ## Dependencies * [GNU Make](https://www.gnu.org/software/make) * [Docker](https://www.docker.com) ## Usage | Command | Description | | ------------ | ---------------------------- | | `make` | cleans repo and builds image | | `make pull` | pulls image | | `make push` | push image | | `make build` | builds image | | `make run` | runs image | | `make ssh` | ssh into image | | `make essh` | ssh into running container | ## Support Submit an [issue](https://github.com/codejamninja/make4docker/issues/new) ## Contributing Review the [guidelines for contributing](https://github.com/codejamninja/make4docker/blob/master/CONTRIBUTING.md) ## License [MIT License](https://github.com/codejamninja/make4docker/blob/master/LICENSE) [Jam Risser](https://codejam.ninja) © 2018 ## Changelog Review the [changelog](https://github.com/codejamninja/make4docker/blob/master/CHANGELOG.md) ## Credits * [Jam Risser](https://codejam.ninja) - Author ## Support on Liberapay A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project. [Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going! [![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)