diff --git a/README.md b/README.md index 42d8365..9374436 100644 --- a/README.md +++ b/README.md @@ -87,18 +87,25 @@ The project uses [Task](https://taskfile.dev/) for all development tasks. | docker-build | Build Docker image | | docker-run | Run Docker container | | docker | Build and run Docker container | +| podman-build | Build Podman image | +| podman-run | Run Podman container | +| podman | Build and run Podman container | +| version:minor | Bump version minor | +| version:major | Bump version major | | setup | Setup development environment | | install | Install dependencies | | install:ci | Install dependencies for CI | example: task dev -you might want to set alias alias task=`go-task` +you might nee to set alias alias task=`go-task` ``` -## Building Docker Image +## Building Container Image Uses Chainguard Images which are rootless and very minimal images. +### Using Docker + ```sh task docker-build task docker-run @@ -110,6 +117,19 @@ Or use the combined task: task docker ``` +### Using Podman + +```sh +task podman-build +task podman-run +``` + +Or use the combined task: + +```sh +task podman +``` + ## Contributing Send email to [team@quad4.io](mailto:team@quad4.io) with your feedback or any issues you may have.