-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathCITATION.cff
More file actions
54 lines (52 loc) · 1.94 KB
/
Copy pathCITATION.cff
File metadata and controls
54 lines (52 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# This template CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to replace its contents
# with information about your lesson.
# Remember to update this file periodically,
# ensuring that the author list and other fields remain accurate.
cff-version: 1.2.0
title: "Reproducible computational environments using containers: Introduction to Docker"
message: >-
Please cite this lesson using the information in this file
when you refer to it in publications, and/or if you
re-use, adapt, or expand on the content in your own
training material.
type: dataset
authors:
- given-names: David. M.
family-names: Eyers
- given-names: Sarah L. R.
family-names: Stevens
orcid: 'https://orcid.org/0000-0002-7040-548X'
- given-names: Andrew
family-names: Turner
- given-names: Christina
family-names: Koch
- given-names: Jeremy
family-names: Cohen
orcid: 'https://orcid.org/0000-0003-4312-2537'
repository-code: >-
https://github.com/carpentries-incubator/docker-introduction
url: >-
https://carpentries-incubator.github.io/docker-introduction/
abstract: >-
This lesson provides an introduction to the Docker and Podman
"container" tools. These tools support the bundling of software
and tools in containers that are lightweight and flexible. They
provide a great opportunity to support the development of
reproducible computational environments that are important in a
number of environments, including developing, running and
maintaining research software. Learners taking this course will
develop and understanding of what containers are and how to use
and build them. The course is undertaken using the open source
Podman tool but the knowledge gained is equally applicable to,
and transferable to, the use of Docker.
keywords:
- Containers
- Docker
- Podman
- Reproducibility
- Research software
license: CC-BY-4.0
commit: 4a93bd67aa
version: 2020.09a
date-released: '2020-09-01'