diff --git a/Containers.md b/Containers.md index 018827a..5360886 100644 --- a/Containers.md +++ b/Containers.md @@ -2,4 +2,10 @@ 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. -To get started with Singularity, take a look at [this tutorial](https://singularity-tutorial.github.io/). Podman has a significantly more difficult [tutorial](https://podman.io/getting-started/) on their website that you can check out as well. \ No newline at end of file +### Singularity + +To get started with Singularity, take a look at [this tutorial](https://singularity-tutorial.github.io/). + +### 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. \ No newline at end of file