Skip to content

Commit

Permalink
Update README with some usage
Browse files Browse the repository at this point in the history
  • Loading branch information
resilem committed Nov 27, 2024
1 parent 11b623d commit e37ac1e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# Looper
Experimenting with a simple container.
Experimenting with a simple container that prints counter to standard output.

## Usage
Supported platforms:
* `linux/amd64`
* `linux/arm64`

Run image:
```bash
podman run -d ghcr.io/resilem/looper:latest
```

Get container id/name:
```bash
podman ps
```

Check counter:
```bash
podman logs -f NAME_OF_CONTAINER_HERE
```

0 comments on commit e37ac1e

Please sign in to comment.