Merge pull request #13572 from Kuldz/main

[CI:DOCS] Fix inconsistency in documentation
This commit is contained in:
OpenShift Merge Robot 2022-03-21 09:46:40 +01:00 committed by GitHub
commit 447e947aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*.