summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-service.1.md
diff options
context:
space:
mode:
authorxcffl <2216902+xcffl@users.noreply.github.com>2021-03-09 22:30:27 +0800
committerxcffl <2216902+xcffl@users.noreply.github.com>2021-03-10 07:47:52 +0800
commitdc0c72a48b50fd43594928172d88182fd81f3e8b (patch)
tree51ffdcd0bfabd8b11790422bf4b626b7ce0a0ae4 /docs/source/markdown/podman-system-service.1.md
parent09473d43001f5818dbb178cba81f2f61e3de1457 (diff)
downloadpodman-dc0c72a48b50fd43594928172d88182fd81f3e8b.tar.gz
podman-dc0c72a48b50fd43594928172d88182fd81f3e8b.tar.bz2
podman-dc0c72a48b50fd43594928172d88182fd81f3e8b.zip
Docs: Add docs to access APIs inside container
Signed-off-by: xcffl <2216902+xcffl@users.noreply.github.com>
Diffstat (limited to 'docs/source/markdown/podman-system-service.1.md')
-rw-r--r--docs/source/markdown/podman-system-service.1.md4
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 54ce3f040..93f18adf1 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*)
+To access the API service inside a container:
+- mount the socket as a volume
+- run the container with `--security-opt label:disable`
+
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.