How do I run a Docker container on RMACC Summit

I have a docker container and I would like to run it on RMACC Summit. I noticed that Docker software is unavailable on the system. Is there a way to run my container

Yes, there is a way to run docker containers on RMACC Summit! We have Singularity, a containerization software that was designed, in part, to run Docker containers on HPC. The issue with running Docker on a shared system like an HPC cluster is that Docker requires administrative privilege to run, and that isn’t possible on HPC, as it may be on your laptop. Singularity provides a way to run Docker containers (and other types of containers) on HPC.

The following documentation will walk you through running containers on RMACC Summit, including “pulling” Docker containers in order to run them.

https://curc.readthedocs.io/en/latest/software/ContainerizationonSummit.html