Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 509 Bytes

README-docker.md

File metadata and controls

25 lines (16 loc) · 509 Bytes

Introduction

This README describes how to build, release, publish and run Docker.

Introduction

The following files are based on templates from mpneuried / Makefile:

  • config.env
  • deploy.env
  • docker.mk (copied from template Makefile)

Usage

Help

make -f docker.mk help

Build the container with different config and deploy file

make -f docker.mk cnf=<another config.env> dpl=<another deploy.env> build