From 58567d95f6438ba63709108dabf2e436d117e439 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 27 Oct 2021 21:08:25 -0500 Subject: [PATCH] Expand Podman section with tips about exoportal --- Containers.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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