Difference between revisions of "Resources"

From Mufasa (BioHPC)
Jump to navigation Jump to search
Line 6: Line 6:
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).
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/ this is one]
: [https://stackify.com/docker-tutorial/ This is one]


[https://docker-curriculum.com/ this is another one]
: [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).

This is one
This is another one

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.