When following along with the RH134 (v9) chapter 11, section 5 text, this will be reached:
This command will not work because the db01 container will already be running. You cannot create a container with the same name as an existing one.
This same problem occurs, again, here:
and here:
and here:
To fix, stop/remove the db01 container before each podman run command:
podman rm -f db01
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.