Skip to content

Commit

Permalink
Merge pull request #16 from bizquigs/main
Browse files Browse the repository at this point in the history
Update lab03.adoc
  • Loading branch information
bizquigs authored May 7, 2024
2 parents fbc026e + 96204af commit 5c6e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/lab03.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ podman login -u init -p discopass $(hostname):8443
Login Succeeded!
----

The `podman login` command creates an authentication file / __pull secret__ at `/run/user/1001/containers/auth.json`.
The `podman login` command creates an authentication file / __pull secret__ at `$XDG_RUNTIME_DIR/containers/auth.json`, for example: `/run/user/1001/containers/auth.json`.

[NOTE]
--
Expand Down

0 comments on commit 5c6e9ca

Please sign in to comment.