Skip to content
Snippets Groups Projects
Commit 42ca7c28 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix links to virtual_machines section

parent 38062594
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!173Fix links to virtual_machines section
......@@ -89,7 +89,7 @@ Creating a container is done by writing a definition file and passing it to
singularity build myContainer.sif myDefinition.def
```
NOTE: This must be done on a machine (or [VM](cloud.md) with root rights.
NOTE: This must be done on a machine (or [VM](virtual_machines.md) with root rights.
A definition file contains a bootstrap
[header](https://sylabs.io/guides/3.2/user-guide/definition_files.html#header)
......
......@@ -331,7 +331,7 @@ you have to use the definition file to create the container
from our wiki. Bootstrapping **has required root privileges** and
Virtual Machine (VM) should be used! There are two main options on how
to work with VM on Taurus: [VM tools](vm_tools.md) - automotive algorithms
for using virtual machines; [Manual method](cloud.md) - it requires more
for using virtual machines; [Manual method](virtual_machines.md) - it requires more
operations but gives you more flexibility and reliability.
- [machine_learning_example.py] **todo** %ATTACHURL%/machine_learning_example.py:
......
......@@ -47,7 +47,7 @@ on how to work with VM on Taurus:
1\. [VM tools](vm_tools.md). Automative algorithms for using virtual
machines;
2\. [Manual method](cloud.md). It required more operations but gives you
2\. [Manual method](virtual_machines.md). It required more operations but gives you
more flexibility and reliability.
Short algorithm to run the virtual machine manually:
......
......@@ -17,7 +17,7 @@ likely doesn't.
For this we provide a Virtual Machine (VM) on the ml partition which allows users to gain root
permissions in an isolated environment. The workflow to use this manually is described at
[another page](cloud.md) but is quite cumbersome.
[another page](virtual_machines.md) but is quite cumbersome.
To make this easier two programs are provided: `buildSingularityImage` and `startInVM` which do what
they say. The latter is for more advanced use cases so you should be fine using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment