Skip to content

Commit

Permalink
Update titles and content for Podman Desktop Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed Feb 17, 2024
1 parent 40a6799 commit 9d50d34
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 23 deletions.
6 changes: 3 additions & 3 deletions dev-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ runtime:
cache_dir: ./.cache/antora

site:
title: Template Tutorial(Dev Mode)
title: Podman Desktop Tutorial (Dev Mode)
url: http://localhost:3000/rhs-build-course/index.html
start_page: template-tutorial::index.adoc
start_page: podman-desktop-tutorial::index.adoc

content:
sources:
Expand All @@ -13,7 +13,7 @@ content:
start_path: documentation
asciidoc:
attributes:
title: Template Tutorial(Dev Mode)
title: Podman Desktop Tutorial (Dev Mode)
extensions:
- ./lib/remote-include-processor.js
- ./lib/tab-block.js
Expand Down
4 changes: 2 additions & 2 deletions documentation/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: template-tutorial
title: Template Tutorial
name: podman-desktop-tutorial
title: Podman Desktop Tutorial
version: master
nav:
- modules/ROOT/nav.adoc
Expand Down
25 changes: 19 additions & 6 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
* xref:01-setup.adoc[1. Setup]
** xref:01-setup.adoc#prerequisite[Prerequisites]
** xref:01-setup.adoc#minikube[Setup Minikube]
* Requirements
** xref:setup.adoc[Podman Desktop Setup]
* xref:02-deploy.adoc[2. Deploy Service]
** xref:02-deploy.adoc#package[Build Service]
** xref:02-deploy.adoc#deploy[Deploy Dervice]
* I. Podman Desktop Fundamentals
** xref:intro.adoc[Introduction to Containers]
** xref:podman-basics.adoc[Podman Desktop Interface & Essentials]
** xref:building-images.adoc[Building Images in Podman Desktop]
** xref:running-containers.adoc[Running and Managing Containers]
* II. Container Orchestration with Pods
** xref:pods.adoc[Pods: The Next Level]
** xref:pod-networking.adoc[Networking Within Pods]
* III. Kubernetes Integration
** xref:kubernetes-overview.adoc[Kubernetes: Orchestration Power]
** xref:podman-kubernetes.adoc[Podman Desktop & Kubernetes Development]
** xref:monitoring.adoc[Monitoring Kubernetes with Podman Desktop]
* Resources
** xref:resources.adoc[Additional Resources & Documentation]
26 changes: 14 additions & 12 deletions documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
= Welcome to Template Tutorial
= Welcome to the Podman Desktop Tutorial
:page-layout: home
:!sectids:

image::podman-desktop-feature.png[Podman Desktop Logo, 600]

Explore the features and benefits of https://podman-desktop.io[Podman Desktop] for streamlining your container workflows. Build, manage, and even deploy to Kubernetes-like environments – all from your desktop.

[.text-center.strong]
== Publish Services to Kubernetes
== What is Podman Desktop?

A Kubernetes tutorial to show how you can deploy a Java service to a Kubernetes cluster as it was a child game.
Podman Desktop is a powerful open-source tool designed to simplify container management on Windows, macOS, and Linux. Key strengths include:

[.tiles.browse]
== Browse modules
* **Security:** Rootless design and https://blog.podman.io/2023/12/interaction-between-user-namespaces-and-capabilities/[strong isolation] for safer containerized applications.
* **Emphasis on Pods** for https://podman.io/features[simplified grouping and resource sharing] of containers.
* **Multi-Engine Support:** Manage not only containers with Podman, but https://podman-desktop.io/extend[Docker, OpenShift, and Kind environments as well].
* **Docker Compatibility:** Leverage https://podman-desktop.io/blog/5-things-to-know-for-a-docker-user[familiar Docker concepts] and commands for easy transitions.
[.tile]
.xref:01-setup.adoc[Get Started]
* xref:01-setup.adoc#minikube[Minikube]
[.tiles.browse]
== Tutorial Steps

[.tile]
.xref:02-deploy.adoc[Deploying]
* xref:02-deploy.adoc#package[Package the Application]
* xref:02-deploy.adoc#deploy[Deploy the Application]
include::../nav.adoc[]
Empty file.
Binary file modified supplemental-ui/img/favicon.ico
Binary file not shown.

0 comments on commit 9d50d34

Please sign in to comment.