Commit Graph

6 Commits

Author SHA1 Message Date
James Fraser a20d5b2a55
docs: correct default authfile path
Signed-off-by: James Fraser <wulfgar.pro@gmail.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-02-05 12:53:24 -05:00
Ed Santiago 7dfdcf33b2 [CI:DOCS] man pages: underscores, too-wide lines
- remove unnecessary backslashes on underscores

 - trim leading spaces on some notes, making them <4.
   Too many leading spaces means to format as code.

Fixes: #4986

Signed-off-by: Ed Santiago <santiago@redhat.com>
2023-11-30 13:43:59 -07:00
Miloslav Trmač 57d863dfde Add support for --compat-auth-file in login/logout
This mostly just inherits the c/common/pkg/auth implementation,
except that AuthFilePath and DockerCompatAuthFilePath can not be set
simultaneously, so don't always set AuthFilePath. c/common already
defaults to the same locations internally.

Test handle only invalid commands; a true interoperability test
would require a running Docker on the CI systems, which is not currently
available. That interoperability was tested manually
(and is presumed to be integration-tested in the Podman repo).

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-11-16 18:51:11 +01:00
Andreas Mack 371bc34fe4 Fix auth.json path (validated on Fedora 38)
wq
Signed-off-by: Andreas Mack <andreas.mack@gmail.com>

Signed-off-by: Andreas Mack <andreas.mack@konsec.com>
2023-05-23 11:37:34 +02:00
Daniel J Walsh 973976a662
De-dockerize the man page as much as possible
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-10-09 08:29:57 -04:00
Daniel J Walsh a9e66ec72b
Add man page for Containerfile and .containerignore
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-09-29 11:19:10 -04:00