Closed jkstratford closed 9 months ago
Add a README.md file with this code. e.g., https://github.com/RTIInternational/biocloud_docker_tools/blob/master/cellranger/v7.2.0/README.md
I created a README.md file patterned after the example that you provided. Let me know if there is any required content that is missing.
Description
This docker parses a cell viability PDF into a tab delimited table.
Dockerfile Structure and Organization:
FROM ubuntu:20.04
instead ofFROM ubuntu
.Metadata
Include the following LABELs:
LABEL maintainer="Your Name <your.email@rti.org>"
LABEL description="Short description of the purpose of this image"
LABEL software-website="https://example.com"
LABEL software-version="1.0.0"
LABEL license="https://www.example.com/legal/end-user-software-license-agreement"
File and Resource Management:
/opt
.Container Behavior
CMD
to define how the container should run by default (help message is a good default).