From 5a925677534fc3760e455bc9e7da721eb7586f7f Mon Sep 17 00:00:00 2001 From: Maxwell Pung Date: Tue, 26 Nov 2024 23:38:36 -0600 Subject: [PATCH] Update README with some usage --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c2088..b43fa8b 100644 --- a/README.md +++ b/README.md @@ -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 +```