Closed earleyej closed 7 months ago
Found a typo in the Dockerfile. I'll start a new pull request
I updated the Dockerfile to fix one typo and to add additional labels. I also added the CMD "R" since I want to start an interactive R session when running the container.
Hi @earleyej can you also include a detailed README.md on how to use this tool? Please follow the example of this README: https://github.com/RTIInternational/biocloud_docker_tools/blob/master/cellranger/v7.2.0/README.md
Just added a REAMD. Thanks for the template!
Description
Provide an overview...
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 base-image="ubuntu:22.04"
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).Assign reviewer