|
|
|
|
|
by p0w3n3d
117 days ago
|
|
I've checked and there is no difference between podman and docker on my machine. However when running a spring boot over eclipse-temurin:25-jdk-ubi10-minimal image there is this huge difference podman run 0.02s user 0.01s system 0% cpu 24.960 total
you can see the java app starting slowly. I've double checked that rosetta is enabled on podman. % podman machine inspect podman-machine-default
...
"Rootful": true,
"Rosetta": true
}
]
|
|