mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
27 lines
557 B
Markdown
27 lines
557 B
Markdown
---
|
|
title: "15-containers"
|
|
aliases:
|
|
tags:
|
|
- cosc202
|
|
- lecture
|
|
sr-due: 2022-07-27
|
|
sr-interval: 54
|
|
sr-ease: 250
|
|
---
|
|
|
|
[containers](notes/containers.md)
|
|
|
|
* Describe what software containers are
|
|
* basically lightweight virtual machines
|
|
- Explain why containers are useful
|
|
- Encapsulate a computing environment
|
|
- Outline the role of container registries
|
|
- Store and share *images*
|
|
- E.g., dockerHub
|
|
- Contrast different ways to interact with containers
|
|
- Files: e.g., CI/CD SSG's
|
|
- Network:
|
|
- Understand security risks inherent in container use
|
|
-
|
|
|