summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuldar Kaasik <kaasikkuldar@gmail.com>2022-03-21 09:17:10 +0200
committerMatthew Heon <mheon@redhat.com>2022-03-30 15:36:04 -0400
commita09e0c0be6be13b4391f1704e877faa2665a257c (patch)
tree4d924500ac5251edebbdaffd333168cdd9759f4e
parentf131c0b240bb313e5a906e0d69b0eb6a5f35cbcf (diff)
downloadpodman-a09e0c0be6be13b4391f1704e877faa2665a257c.tar.gz
podman-a09e0c0be6be13b4391f1704e877faa2665a257c.tar.bz2
podman-a09e0c0be6be13b4391f1704e877faa2665a257c.zip
Fix documentation typo
Signed-off-by: Kuldar Kaasik <kaasikkuldar@gmail.com>
-rw-r--r--docs/source/markdown/podman-system-service.1.md2
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*.