diff options
-rw-r--r-- | .cirrus.yml | 1 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index da33c81e2..ab639a59c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -544,7 +544,6 @@ rootless_system_test_task: env: TEST_FLAVOR: sys PRIV_NAME: rootless - PODBIN_NAME: remote clone_script: *noop # Comes from cache gopath_cache: *ro_gopath_cache setup_script: *setup @@ -108,7 +108,7 @@ Information on how to install Podman in your environment. Information on how Podman configures [OCI Hooks][spec-hooks] to run when launching a container. **[Podman API](http://docs.podman.io/en/latest/_static/api.html)** -Documentation on the Podman REST API. Please note that the API is still in its early stages and not yet stable. +Documentation on the Podman REST API. **[Podman Commands](https://podman.readthedocs.io/en/latest/Commands.html)** A list of the Podman commands with links to their man pages and in many cases videos |