-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:BrainhackMTL/psy6983_2021
- Loading branch information
Showing
187 changed files
with
2,040 additions
and
3,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
type: "modules" # DON'T TOUCH THIS ! :) | ||
|
||
# Title of your project (we like creative title) | ||
title: "Containers" | ||
|
||
# Your project GitHub repository URL | ||
github_repo: | ||
|
||
# If you are working on a project that has website, indicate the full url including "https://" below or leave it empty. | ||
website: | ||
|
||
# List +- 4 keywords that best describe your project within []. Note that the project summary also involves a number of key words. Those are listed on top of the [github repository](https://github.com/PSY6983-2021/project_template), click `manage topics`. | ||
# Please only lowercase letters | ||
tags: [containers, docker, singularity] | ||
|
||
# Summarize your project in < ~75 words. This description will appear at the top of your page and on the list page with other projects.. | ||
|
||
summary: "The objectives of this module are to explore and get to know more about the container system (file system and processes) and understand that 'containers aren't magic'" | ||
|
||
# If you want to add a cover image (listpage and image in the right), add it to your directory and indicate the name | ||
# below with the extension. | ||
image: "containers.jpg" | ||
--- | ||
<!-- This is an html comment and this won't appear in the rendered page. You are now editing the "content" area, the core of your description. Everything that you can do in markdown is allowed below. We added a couple of comments to guide your through documenting your progress. --> | ||
|
||
## Information | ||
|
||
The estimated time to complete this training module is 3h. | ||
|
||
The prerequisites to take this module are: | ||
* the [installation](/modules/installation) module. | ||
* the [introduction to the terminal](/modules/introduction_to_terminal/) module. | ||
|
||
Contact Desiree Lussier if you have questions on this module, or if you want to check that you completed successfully all the exercises. | ||
|
||
## Resources | ||
This module consists of a video by Tristan Glatard that was originally presented at BrainHack School 2020 and notebook by Tristan Glatard containing links to content by Julia Evans. | ||
|
||
The notebook may be found [here](https://github.com/glatard/containers/blob/master/Containers%20are%20not%20magic.ipynb). | ||
|
||
The video presentation is available here: | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/UFE1D8PBK1A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
## Exercise | ||
|
||
* Watch the video presentation. | ||
* Complete the notebook exercises and review the content. | ||
* Follow up with Désirée Lussier to validate you completed the exercise correctly. | ||
* 🎉 🎉 🎉 you completed this training module! 🎉 🎉 🎉 | ||
|
||
## More resources | ||
|
||
Documentation for Docker can be found [here](https://www.docker.com/) and Singularity [here](https://sylabs.io/singularity/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.