job "test-podman-simple" { datacenters = ["dc1"] type = "batch" group "test" { count = 1 task "hello" { driver = "podman" config { image = "alpine:latest" command = "echo" args = ["Hello from Podman!"] } resources { cpu = 100 memory = 64 } } } }