mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00

1. toolbox UID/GID allocation: pick numbers < 1500. Otherwise we run the risk of colliding with the Cirrus rootless user. 2. WaitContainerReady(): check the results of the last "podman logs" before timing out. Otherwise, the user will see "READY" followed immediately by "Container is not ready". (global bug, not just toolbox, but that's where I discovered it). Signed-off-by: Ed Santiago <santiago@redhat.com>