BUG: podman-contaier-create --requires=[container] requires container to be present at compile time. Podman-Tools needs to reflect that.
podman-contaier-create --requires=[container] requires container to be present at create time. Podman-Tools has to reflect that and implement a sorting algorithm that makes sure containers are created in the order determined by --requires=[container]
Proposition:
Bubble-sort-like algorithm where all containers with --requires=[container,...] are bubbled up until they encounter a container without --requires=[container,...] option or they encounter a container the current container requires itself.