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 5a92567
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Looper
Experimenting with a simple container.
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 5a92567

Please sign in to comment.