From 2460261fbf491509e6daf758425ce9f9b0481901 Mon Sep 17 00:00:00 2001 From: Kuldar Kaasik Date: Mon, 21 Mar 2022 09:17:10 +0200 Subject: Fix documentation typo Signed-off-by: Kuldar Kaasik --- docs/source/markdown/podman-system-service.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*. -- cgit v1.2.3-54-g00ecf