Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-genomics/docker-base-images

A collection of useful images to be used as base images for Dockerfiles
https://github.com/clinical-genomics/docker-base-images

Last synced: 6 days ago
JSON representation

A collection of useful images to be used as base images for Dockerfiles

Awesome Lists containing this project

README

        

# docker-base-images
A collection of useful Dockerfiles to be used as base images for more advanced Dockerfiles

### Build an image

```docker build -t --platform linux/amd64 .```

### Tag an image

```docker tag clinicalgenomics/:```

### Push the image to ClinicalGenomics Docker Hub:

```docker push clinicalgenomics/:```