Update README.md
This commit is contained in:
24
README.md
24
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.
|
||||
|
||||
Reference in New Issue
Block a user