From b95689678efb748ba2c0b6194dfc040622204695 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Fri, 22 Nov 2024 14:37:30 +0100 Subject: [PATCH] add podman --- .../tutorials/inner-loop/prepare-environment/prepare-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/for-developers/tutorials/inner-loop/prepare-environment/prepare-env.md b/content/for-developers/tutorials/inner-loop/prepare-environment/prepare-env.md index 09dd217c..417c7ed8 100644 --- a/content/for-developers/tutorials/inner-loop/prepare-environment/prepare-env.md +++ b/content/for-developers/tutorials/inner-loop/prepare-environment/prepare-env.md @@ -52,6 +52,6 @@ The following CLI tools are required for working with the Stakater App Agility P - [helm](https://helm.sh/docs/intro/install/) helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. -- [docker](https://docs.docker.com/get-docker/) Docker is an open platform for developing, shipping and running applications. Docker enables you to separate your applications from your infrastructure, so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. +- [docker](https://docs.docker.com/get-docker/)/[podman](https://podman.io/) Docker/Podman is an open platform for developing, shipping and running applications in containers. Docker/Podman enables you to separate your applications from your infrastructure, so you can deliver software quickly. - [tilt](https://docs.tilt.dev/install.html) Tilt powers microservice development and ensures they behave! Run tilt up to work in a complete dev environment configured for your team. Tilt automates all the steps from a code change to a new process: watching files, building container images, and bringing your environment up-to-date. Think docker build && kubectl apply or docker-compose up.