diff --git a/README.md b/README.md
index 362dccf13181a47292a1f1b47c1be10563006187..60e34770b7469bfb2f1d88de9a34acb47d509709 100644
--- a/README.md
+++ b/README.md
@@ -59,3 +59,15 @@ singularity pull ubuntu.sif library://mblaschek/imgw/ubuntu:20.04
 
 **Note:** With the *pull* command you do **not** need root access. Everybody can pull a container and execute it as ones own process. 
 
+
+# Inspiration
+
+There are more and more people trying to build/port software to containers and building recipes collections to share experience.
+- [Intel MPI - WRF](https://github.com/intel/HPC-containers-from-Intel/tree/master/definitionFiles/WRF)
+- [Intel HPC Reference Stack](https://intel.github.io/stacks/hpcrs/README.html) `singularity pull intel-ref-stack.sif docker://sysstacks/hpcrs-centos`
+- [Jedi to Go](https://www.jcsda.org/news-blog/2020/6/30/jedi-to-go-high-performance-containers-for-earth-system-prediction)
+- [NASA Center for Climate Prediction Containers](https://www.nccs.nasa.gov/sites/default/files/ContainerBestPractices_Rev1.pdf)
+- [JEDI in a Container](https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/learning/tutorials/level1/run-jedi.html) [News-Article](https://www.nccs.nasa.gov/news-events/nccs-highlights/Supercontainers)
+- [OpenIFS in Docker](https://confluence.ecmwf.int/display/OIFS/How+to+run+OpenIFS+in+a+Docker+container)
+
+