Skip to content

Commit

Permalink
Merge pull request #399 from bgraef/main
Browse files Browse the repository at this point in the history
update podman intro post and archive others
  • Loading branch information
bgraef authored Jul 31, 2024
2 parents 2ea8a1e + e6a58b7 commit 1b53ed3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
22 changes: 13 additions & 9 deletions content/posts/ol/virt/post-24/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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
2 changes: 1 addition & 1 deletion content/posts/ol/virt/post-25/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ol/virt/post-26/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ol/virt/post-28/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b53ed3

Please sign in to comment.