Remove Singularity from containers page

Anthony Wang 2022-05-16 12:21:35 -05:00
parent 0e0177478d
commit b63000b211

@ -1,11 +1,7 @@
*If you aren't familiar with containers, first read [this intro](https://www.ibm.com/cloud/learn/containerization).*
We currently have two **container** engines available for users to explore: [Singularity](https://singularity.hpcng.org/) and [Podman](https://podman.io/). Singularity is easier to learn and use, but Podman is very similar to Docker, the dominant container engine.
## Singularity
To get started with Singularity, take a look at [this tutorial](https://singularity-tutorial.github.io/).
We currently have the **Podman** container engine installed. If you would like to use other container engines like LXC or Apptainer, make a [feature request](https://git.exozy.me/exozyme/exozyme/issues/new).
## Podman
Podman has a significantly more difficult [tutorial](https://podman.io/getting-started/) on their website that you can check out as well. You can also use the graphical web interface at [exoportal](https://portal.exozy.me/). To pull images from the [Docker Hub](https://hub.docker.com/) which has many useful images, add `docker.io/` before the image name.
Check out the [Podman tutorial](https://podman.io/getting-started/) on their website to get started. You can also use the graphical web interface at [exoportal](https://portal.exozy.me/).