Skip to content

Commit

Permalink
Merge pull request #345 from stakater/add-podman
Browse files Browse the repository at this point in the history
add podman
  • Loading branch information
rasheedamir authored Nov 22, 2024
2 parents 0f727c1 + b956896 commit 0a6c81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0a6c81f

Please sign in to comment.