https://github.com/stracquadaniolab/cookiecutter-docker-image
A standardized repository structure to build Docker containers.
https://github.com/stracquadaniolab/cookiecutter-docker-image
cookiecutter docker-containers docker-images
Last synced: 7 months ago
JSON representation
A standardized repository structure to build Docker containers.
- Host: GitHub
- URL: https://github.com/stracquadaniolab/cookiecutter-docker-image
- Owner: stracquadaniolab
- Created: 2020-10-16T13:36:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T19:23:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:46:38.983Z (about 1 year ago)
- Topics: cookiecutter, docker-containers, docker-images
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
* Giovanni Stracquadanio, giovanni.stracquadanio@ed.ac.uk