An open API service indexing awesome lists of open source software.

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.

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