Difference between revisions of "Resources"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
This page collects useful resources for Mufasa users. | |||
Contributions are welcome! | Contributions are welcome! | ||
= Docker = | |||
Here are a couple of HOWTOs that may help you get to grips with Docker (see also the [[Docker|Docker page of this wiki]], of course). | |||
[https://stackify.com/docker-tutorial/] | |||
[https://docker-curriculum.com/] | |||
'''Important!''' Keep in mind that, on Mufasa, Docker containers are never run with the standard <code>docker run</code> command. Instead, they must be run via SLURM [[User Jobs#Executing jobs on Mufasa|as explained here]]. |
Revision as of 15:36, 8 February 2022
This page collects useful resources for Mufasa users.
Contributions are welcome!
Docker
Here are a couple of HOWTOs that may help you get to grips with Docker (see also the Docker page of this wiki, of course).
Important! Keep in mind that, on Mufasa, Docker containers are never run with the standard docker run
command. Instead, they must be run via SLURM as explained here.