From e6a58b702343c577d44d064fd3bf91cf017e91f8 Mon Sep 17 00:00:00 2001 From: William Graef Date: Tue, 30 Jul 2024 19:41:52 -0400 Subject: [PATCH] update podman intro post and archive others --- content/posts/ol/virt/post-24/index.md | 22 +++++++++++++--------- content/posts/ol/virt/post-25/index.md | 2 +- content/posts/ol/virt/post-26/index.md | 2 +- content/posts/ol/virt/post-28/index.md | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/content/posts/ol/virt/post-24/index.md b/content/posts/ol/virt/post-24/index.md index 90a89e79..5bd65303 100644 --- a/content/posts/ol/virt/post-24/index.md +++ b/content/posts/ol/virt/post-24/index.md @@ -2,7 +2,7 @@ title: "Get Started with Podman" date: 2020-10-30 draft: false -summary: "Learn how to install Podman, pull an image from a repository, and use the image to run a container." +summary: "Learn to install and use Podman on Oracle Linux to run containers." tags: ["ol","lab","tutorial","ol-podman"] showDate: true --- @@ -11,21 +11,25 @@ showDate: true :crescent_moon: [Lab](https://luna.oracle.com/lab/4fa11b26-6c31-4595-ac00-b6c6af97f417) -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/intro_podman) +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ol-podman-intro) ## Details -These guides get you started using Podman on Oracle Linux 8. You will install Podman, pull an image from a repository, and use the image to run a container. +Podman provides a lightweight utility for running and managing Open Container Initiative (OCI) compatible containers. It can use existing container images designed for Oracle Container Runtime for Docker, Oracle Cloud Native Environment, and Kubernetes. ### Objectives -In this lab, you'll: +In this tutorial, you'll learn how to: - - Install Podman - - Pull an image from a repository - - Run a container using the pulled image +- Install Podman +- Pull and run an image from a container registry +- Manage running containers +- Use bind mounts and volumes for container storage -### What Do You Need? +### Prerequisites - - A running system with Oracle Linux 8 installed +- Minimum of a single Oracle Linux system +- Each system should have Oracle Linux installed and configured with: + - A non-root user account with sudo access + - Access to the Internet diff --git a/content/posts/ol/virt/post-25/index.md b/content/posts/ol/virt/post-25/index.md index ba8bf60f..15e8023c 100644 --- a/content/posts/ol/virt/post-25/index.md +++ b/content/posts/ol/virt/post-25/index.md @@ -1,7 +1,7 @@ --- title: "Run Containers" date: 2023-09-22 -draft: false +draft: true summary: "Learn how to create and manage containers and images with Podman on Oracle Linux." tags: ["ol","lab","tutorial","ol-podman"] showDate: true diff --git a/content/posts/ol/virt/post-26/index.md b/content/posts/ol/virt/post-26/index.md index 090f86db..5fa685ef 100644 --- a/content/posts/ol/virt/post-26/index.md +++ b/content/posts/ol/virt/post-26/index.md @@ -1,7 +1,7 @@ --- title: "Use Storage" date: 2020-12-14 -draft: false +draft: true summary: "Learn how to user storage with Podman on Oracle Linux." tags: ["ol","lab","tutorial","ol-podman"] showDate: true diff --git a/content/posts/ol/virt/post-28/index.md b/content/posts/ol/virt/post-28/index.md index f8fac0ff..77995833 100644 --- a/content/posts/ol/virt/post-28/index.md +++ b/content/posts/ol/virt/post-28/index.md @@ -1,7 +1,7 @@ --- title: "Mount a NFS Share" date: 2022-09-22 -draft: false +draft: true summary: "Learn how to use an NFS share as a volume for remote and persistent storage within a Podman container." tags: ["ol","lab","tutorial","ol-podman"] showDate: true