Skip to content

Commit 367b102

Browse files
committed
spacing
1 parent ff9d45f commit 367b102

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ This container provides a pre-configured environment with all the necessary tool
5454
## Usage
5555

5656
### Pull the Image
57+
5758
```bash
5859
podman pull quay.io/hybridcloudpatterns/utility-container:latest
5960
```
6061

6162
### Examples
6263

6364
**Interactive shell**
65+
6466
```bash
6567
podman run --rm -it --net=host \
6668
--security-opt label=disable \
@@ -71,6 +73,7 @@ podman run --rm -it --net=host \
7173
```
7274

7375
**Execute an Ansible playbook**
76+
7477
```bash
7578
podman run --rm -it --net=host \
7679
--security-opt label=disable \
@@ -82,6 +85,7 @@ podman run --rm -it --net=host \
8285
```
8386

8487
**Run OpenShift commands**
88+
8589
```bash
8690
podman run --rm -it --net=host \
8791
--security-opt label=disable \
@@ -109,10 +113,13 @@ podman run --rm -it --net=host \
109113
## Development
110114

111115
### Build the Image
116+
112117
Run `make build` to build both amd64 and arm64 architectures locally (requires qemu-user-static package).
113118

114119
### Upload to Registry
120+
115121
Run `make upload` to push the image to the official repository.
116122

117123
### Contributing
124+
118125
To update software versions or add new tools, modify the Containerfile and update the software table in this readme. Use `make versions` to generate the software versions table from the container after building locally.

0 commit comments

Comments
 (0)