mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
557 B
557 B
| title | aliases | tags | sr-due | sr-interval | sr-ease | ||
|---|---|---|---|---|---|---|---|
| 15-containers |
|
2022-05-27 | 18 | 250 |
- 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