Difference between revisions of "Resources"
Jump to navigation
Jump to search
(→Docker) |
|||
Line 4: | Line 4: | ||
= Docker = | = Docker = | ||
Here are a | Here are a few links 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://stackify.com/docker-tutorial/ this is one] | ||
[https://docker-curriculum.com/] | |||
[https://docker-curriculum.com/ this is another one] | |||
'''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]]. | '''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:37, 8 February 2022
This page collects useful resources for Mufasa users.
Contributions are welcome!
Docker
Here are a few links 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.