diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index 0e8a2a70..4b9adf02 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -25,7 +25,7 @@ the images in the list, and the list itself. **--authfile** _path_ -Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. +Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `skopeo login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. Note: You can also override the default path of the authentication file by setting the REGISTRY\_AUTH\_FILE @@ -132,7 +132,7 @@ skopeo copy --encryption-key jwe:./public.key --encrypt-layer 1 oci:local_nginx ``` ## SEE ALSO -skopeo(1), podman-login(1), docker-login(1) +skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5), containers-policy.json(5), containers-transports(5) ## AUTHORS diff --git a/docs/skopeo-delete.1.md b/docs/skopeo-delete.1.md index 2d838825..f61afae1 100644 --- a/docs/skopeo-delete.1.md +++ b/docs/skopeo-delete.1.md @@ -21,7 +21,7 @@ $ docker exec -it registry /usr/bin/registry garbage-collect /etc/docker-distrib **--authfile** _path_ - Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. + Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `skopeo login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. **--creds** _username[:password]_ for accessing the registry @@ -44,7 +44,7 @@ See above for additional details on using the command **delete**. ## SEE ALSO -skopeo(1), podman-login(1), docker-login(1) +skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5) ## AUTHORS diff --git a/docs/skopeo-inspect.1.md b/docs/skopeo-inspect.1.md index c4aedd48..4a9d33a5 100644 --- a/docs/skopeo-inspect.1.md +++ b/docs/skopeo-inspect.1.md @@ -22,7 +22,7 @@ Return low-level information about _image-name_ in a registry **--authfile** _path_ - Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. + Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `skopeo login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. **--creds** _username[:password]_ for accessing the registry @@ -63,7 +63,7 @@ $ skopeo inspect docker://docker.io/fedora ``` # SEE ALSO -skopeo(1), podman-login(1), docker-login(1) +skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5) ## AUTHORS diff --git a/docs/skopeo-list-tags.1.md b/docs/skopeo-list-tags.1.md index e797aa0a..6d786617 100644 --- a/docs/skopeo-list-tags.1.md +++ b/docs/skopeo-list-tags.1.md @@ -12,7 +12,7 @@ Return a list of tags from _repository-name_ in a registry. **--authfile** _path_ - Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. + Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `skopeo login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. **--creds** _username[:password]_ for accessing the registry @@ -30,7 +30,7 @@ Repository names are transport-specific references as each transport may have it This commands refers to repositories using a _transport_`:`_details_ format. The following formats are supported: **docker://**_docker-repository-reference_ - A repository in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(podman login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. + A repository in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(skopeo login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. A _docker-repository-reference_ is of the form: **registryhost:port/repositoryname** which is similar to an _image-reference_ but with no tag or digest allowed as the last component (e.g no `:latest` or `@sha256:xyz`) Examples of valid docker-repository-references: @@ -94,7 +94,7 @@ $ skopeo list-tags docker://localhost:5000/fedora ``` # SEE ALSO -skopeo(1), podman-login(1), docker-login(1) +skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5) ## AUTHORS diff --git a/docs/skopeo-login.1.md b/docs/skopeo-login.1.md index 706a5377..83716dc9 100644 --- a/docs/skopeo-login.1.md +++ b/docs/skopeo-login.1.md @@ -95,7 +95,7 @@ Login Succeeded! ``` ## SEE ALSO -skopeo(1), skopeo-logout(1) +skopeo(1), skopeo-logout(1), containers-auth.json(5), containers-registries.conf(5), containers-certs.d.5.md ## HISTORY May 2020, Originally compiled by Qi Wang diff --git a/docs/skopeo-logout.1.md b/docs/skopeo-logout.1.md index cf27e29f..d7a72aff 100644 --- a/docs/skopeo-logout.1.md +++ b/docs/skopeo-logout.1.md @@ -47,7 +47,7 @@ Remove login credentials for all registries ``` ## SEE ALSO -skopeo(1), skopeo-login(1) +skopeo(1), skopeo-login(1), containers-auth.json(5) ## HISTORY May 2020, Originally compiled by Qi Wang diff --git a/docs/skopeo-standalone-sign.1.md b/docs/skopeo-standalone-sign.1.md index 568e9383..2981da8c 100644 --- a/docs/skopeo-standalone-sign.1.md +++ b/docs/skopeo-standalone-sign.1.md @@ -26,7 +26,7 @@ $ ``` ## SEE ALSO -skopeo(1), skopeo-copy(1) +skopeo(1), skopeo-copy(1), containers-signature(5) ## AUTHORS diff --git a/docs/skopeo-standalone-verify.1.md b/docs/skopeo-standalone-verify.1.md index 893fb54f..f572f0a2 100644 --- a/docs/skopeo-standalone-verify.1.md +++ b/docs/skopeo-standalone-verify.1.md @@ -28,7 +28,7 @@ Signature verified, digest sha256:20bf21ed457b390829cdbeec8795a7bea1626991fda603 ``` ## SEE ALSO -skopeo(1) +skopeo(1), containers-signature(5) ## AUTHORS diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index ae7f03bc..760c60db 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -34,7 +34,7 @@ name can be stored at _destination_. ## OPTIONS **--authfile** _path_ -Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. +Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `skopeo login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. **--src-authfile** _path_ @@ -152,7 +152,7 @@ In the above example, TLS verification is enabled for `reigstry.example.com`, wh disabled for `quay.io`. ## SEE ALSO -skopeo(1), podman-login(1), docker-login(1) +skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5), containers-poliyc.json(5), containers-transports(5) ## AUTHORS diff --git a/docs/skopeo.1.md b/docs/skopeo.1.md index eab7ce9f..c61ecee0 100644 --- a/docs/skopeo.1.md +++ b/docs/skopeo.1.md @@ -33,7 +33,7 @@ Most commands refer to container images, using a _transport_`:`_details_ format. An existing local directory _path_ storing the manifest, layer tarballs and signatures as individual files. This is a non-standardized format, primarily useful for debugging or noninvasive container inspection. **docker://**_docker-reference_ - An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(podman login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. + An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(skopeo login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. **docker-archive:**_path_[**:**_docker-reference_] An image is stored in the `docker save` formatted file. _docker-reference_ is only used when creating such a file, and it must not contain a digest. @@ -84,14 +84,14 @@ Most commands refer to container images, using a _transport_`:`_details_ format. ## FILES **/etc/containers/policy.json** Default trust policy file, if **--policy** is not specified. - The policy format is documented in https://github.com/containers/image/blob/master/docs/containers-policy.json.5.md . + The policy format is documented in [containers-policy.json(5)](https://github.com/containers/image/blob/master/docs/containers-policy.json.5.md) . **/etc/containers/registries.d** Default directory containing registry configuration, if **--registries.d** is not specified. - The contents of this directory are documented in https://github.com/containers/image/blob/master/docs/containers-policy.json.5.md . + The contents of this directory are documented in [containers-policy.json(5)](https://github.com/containers/image/blob/master/docs/containers-policy.json.5.md). ## SEE ALSO -podman-login(1), docker-login(1) +skopeo-login(1), docker-login(1), containers-auth.json(5), containers-storage.conf(5), containers-policy.json(5), containers-transports(5) ## AUTHORS