-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdocker.json
More file actions
45 lines (45 loc) · 2.26 KB
/
docker.json
File metadata and controls
45 lines (45 loc) · 2.26 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/docker",
"@type": "schema:SoftwareApplication",
"name": "Docker",
"description": "Containerization platform that packages applications with their dependencies into portable containers. Enhances **Compatibility** by enabling co-existence of multiple software versions and providing interoperability across different operating systems and cloud platforms. Improves **Flexibility** through high adaptability to different deployment environments, horizontal scalability via container orchestration, simplified installability with consistent deployment processes, and easy replaceability of containerized components. Strengthens **Reliability** by providing fault tolerance through container isolation, improved availability via quick container restarts and health checks, and enhanced recoverability with immutable container images and rollback capabilities. Supports **Sustainability** by ensuring software remains functional across new platforms through containerization, meeting evolving deployment needs, and maintaining long-term accessibility of research software environments.",
"url": "https://www.docker.com/",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:compatibility", "@type": "@id" },
{ "@id": "dim:flexibility", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" },
{ "@id": "dim:sustainability", "@type": "@id" }
],
"howToUse": ["command-line", "online-service"],
"license": "https://spdx.org/licenses/Apache-2.0",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/listed_in_registry",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_published_package",
"@type": "@id"
}
],
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
"@type": "@id"
}
]
}