podman run --name=ansible-creator-svc -d -p 5000:5000 ghcr.io/nilashishc/ansible-creator-server:latestcurl 'localhost:5000/init?collection=testns.testorg' --output testns-testorg.tarcurl 'localhost:5000/init?project=ansible-project&scm_org=ansible&scm_project=devops' --output ansible-devops-project.tarUntar to get scaffolded contents:
tar -xvf </path/to/tar>Log into the running container inspect the logs:
podman exec -it ansible-creator-svc /bin/bash
cat ansible-creator-svc-<utc timestamp>.log
cat ansible-creator.log