Demonstrates the core container lifecycle using auto-detection:
- Detect the installed container engine (Docker or Podman).
- Pull
docker.io/library/busybox:latest. - Create and start a container that runs
echo hello from currus. - Read the container logs (if the engine supports it).
- Remove the container.
go run ./examples/basic/...A live Docker or Podman daemon must be reachable on its default socket.