diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-21 09:46:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 09:46:40 +0100 |
commit | 447e947aed160de86d1bb3d2f09a3628a25a7511 (patch) | |
tree | 24419d8b1994e7f5a0253ef355ed99f31facbeaf | |
parent | 978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56 (diff) | |
parent | 2460261fbf491509e6daf758425ce9f9b0481901 (diff) | |
download | podman-447e947aed160de86d1bb3d2f09a3628a25a7511.tar.gz podman-447e947aed160de86d1bb3d2f09a3628a25a7511.tar.bz2 podman-447e947aed160de86d1bb3d2f09a3628a25a7511.zip |
Merge pull request #13572 from Kuldz/main
[CI:DOCS] Fix inconsistency in documentation
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index 3bc4fc7f1..17d8ea06a 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -15,7 +15,7 @@ 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` +- 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*. |