diff --git a/exercises/UNIX_HPC_cheat_sheet.md b/exercises/UNIX_HPC_cheat_sheet.md
index 41a4ffd9332c35cefed7598dbe5edd82195d453d..a08269bcf1822b12f40993b3dd24864a4c1fc5ca 100644
--- a/exercises/UNIX_HPC_cheat_sheet.md
+++ b/exercises/UNIX_HPC_cheat_sheet.md
@@ -98,6 +98,13 @@ fi
 ```
 
 
+## Running Singularity containers
+Running a container called `my_software_container` that contains a command called `my_software`
+```bash
+my_software_container.sif my_software [parameters]             
+```
+
+
 <br>
 
 # SLURM Cheat Sheet