diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/K8S_private_gitlab_registry_using_podman.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/K8S_private_gitlab_registry_using_podman.html b/content/posts/K8S_private_gitlab_registry_using_podman.html index 3672755..97b525a 100644 --- a/content/posts/K8S_private_gitlab_registry_using_podman.html +++ b/content/posts/K8S_private_gitlab_registry_using_podman.html @@ -17,7 +17,7 @@ <code>podman login registry.gitlab.com</code> </pre> </p> - <p>Then check the <i> auth.json </i>file located at <i>${XDG_RUNTIME_DIR}/containers/auth.json</i> (as described + <p>Then check the <code>auth.json</code> file located at <code>${XDG_RUNTIME_DIR}/containers/auth.json</code> (as described by the manual). It will contain your auth config: <pre> <code> |