https://github.com/ciucurdaniel/ibm-uvt-proiect-colectiv-devops
Holds course files plus exercise and demos for UVT Proiect Colectiv DevOps project.
https://github.com/ciucurdaniel/ibm-uvt-proiect-colectiv-devops
containers devops ibm podman uvt-computer-science
Last synced: 9 months ago
JSON representation
Holds course files plus exercise and demos for UVT Proiect Colectiv DevOps project.
- Host: GitHub
- URL: https://github.com/ciucurdaniel/ibm-uvt-proiect-colectiv-devops
- Owner: CiucurDaniel
- Created: 2025-04-04T15:56:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T14:50:47.000Z (about 1 year ago)
- Last Synced: 2025-08-25T10:56:50.449Z (11 months ago)
- Topics: containers, devops, ibm, podman, uvt-computer-science
- Language: PowerShell
- Homepage:
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM UVT Proiect Colectiv DevOps

This repository holds course materials for "Podman" course, part of `DevOps UVT Proiect Colectiv`.
## Course Structure
* **1 Introduction to containers-and-podman** (theoretical section)
* What are containers?
* Containers vs Virtual Machines
* Podman
* Dockerfile (definition) to Image (build) to Containers (running)
* Writing Containerfiles (Dockerfiles)
* Container Registries
* Further Reading Materials
* **2 Hands on exercises** (practical section)
* Install Podman (Rokcylinux)
* Create an account on Dockerhub.com
* Pull an image from a public container registry
* Make changes to an images and save it
* Build and tag an image
* Push an image to a public container registry
* **3 Container orchestration** (OPTIONAL: If we have time left)
* What/Why?
* Kubernetes and Openshift