Skip to content

A standardized repository structure to build Docker containers.

Notifications You must be signed in to change notification settings

stracquadaniolab/cookiecutter-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cookiecutter for Docker images

A standardize repository structure to build Docker containers.

Directory structure

|-- readme.md
`-- Dockerfile

Overview

The cookiecutter creates a Dockerfile file with boilerplate for the GitHub Container Repository and has a basic workflow for building an publishing containers.

The readme.md file should contain a description and instruction to run the image.

Authors