diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-29 16:12:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 16:12:40 -0400 |
commit | b163ec35d0d42423c274019cb41013d558d6f822 (patch) | |
tree | c55df91179e605658a23c0dbbfaa1cd9033c516c | |
parent | e0b93af70f1f1a183c99a350c6e588898b45c717 (diff) | |
parent | a9912b52d0827ba65a7125c20225268376b00f90 (diff) | |
download | podman-b163ec35d0d42423c274019cb41013d558d6f822.tar.gz podman-b163ec35d0d42423c274019cb41013d558d6f822.tar.bz2 podman-b163ec35d0d42423c274019cb41013d558d6f822.zip |
Merge pull request #6813 from mheon/system_service_note
Add a note on the APIs supported by `system service`
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index 3ae414f7a..7d18a6832 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -13,6 +13,10 @@ If no endpoint is provided, defaults will be used. The default endpoint for a r service is *unix:/run/podman/podman.sock* and rootless is *unix:/$XDG_RUNTIME_DIR/podman/podman.sock* (for example *unix:/run/user/1000/podman/podman.sock*) +The REST API provided by **podman system service** is split into two parts: a compatibility layer offering support for the Docker v1.40 API, and a Podman-native Libpod layer. +Documentation for the latter is available at *https://docs.podman.io/en/latest/_static/api.html*. +Both APIs are versioned, but the server will not reject requests with an unsupported version set. + ## OPTIONS **--time**, **-t** |