Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.04 KB

README.md

File metadata and controls

55 lines (37 loc) · 2.04 KB

Learning Podman

alias docker=podman

Podman (Pod Manager) Podman is a lot more than just a replacement for Docker

What is this all about?

This is a collection of noteboots to learning Podman interactively.

Notebooks

These are the interactive Jupyter notebooks. Note: They work best with the built-in jupyter browser, as it can render colors.

Although they can be displayed in Bitbucket / Gitlab / GitHub, the color output reduces readability.

Info: Next section has links to exported documents.

  1. Optional: Install Jupyter
  2. Install Podman
  3. Podman Machine Setup
  4. Podman First Steps
  5. Volume Mounts
  6. Pods
  7. Kubernetes on Podman with Minikube
  8. Playing Kubernetes Pods in Podman
  9. Docker Compatibility
  10. Bonus: Building and Pushing to local Registry in Minikube

Documentation

These are the documents that are best viewed from Bitbucket / Gitlab / GitHub, as the color has been removed from the outputs to increase readability.

Notebooks are exported as documentation using this command:

make markdown_no_color

  1. Optional: Install Jupyter
  2. Install Podman
  3. Podman Machine Setup
  4. Podman First Steps
  5. Volume Mounts
  6. Pods
  7. Kubernetes on Podman with Minikube
  8. Playing Kubernetes Pods in Podman
  9. Docker Compatibility
  10. Bonus: Building and Pushing to local Registry in Minikube