You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,14 @@ The four methods are tried in order until one succeeds:
94
94
95
95
More details about different authentication variants in the official documentation: <https://docs.gitlab.com/ee/user/packages/container_registry/index.html#authenticate-by-using-gitlab-cicd>
96
96
97
+
## Using Podman in Podman containers
98
+
99
+
Executing Podman inside is useful to test containers or build new images inside the CI.
100
+
By default the nesting fails, since access to the overlayfs is not possible.
101
+
102
+
RedHat has a guide how to run Podman inside of Podman containers in both rootful and rootless scenarios:
0 commit comments