Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcostea/containers-workshop
https://github.com/lcostea/containers-workshop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcostea/containers-workshop
- Owner: lcostea
- Created: 2021-02-11T18:54:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T09:02:05.000Z (9 months ago)
- Last Synced: 2024-04-01T10:23:47.098Z (9 months ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep dive into containers Workshop
Create a local folder for the workshop:
`mkdir containers``cd containers`
`git clone https://github.com/lcostea/containers-workshop.git`
1. [Inspecting a container image: layers and configuration](1.inspecting_container_image.md)
2. [Building a container in several ways: multi-stage, DinD, BuildKit, daemonless, podman](2.building_container.md)
3. [Running containers: namespaces and relations between docker, containerd and runc](3.running_container.md)
4. [(more) Secure containers: from privileged to distroless and rootless](4.rootless.md)Docker and Open Container Initiative - presentation