summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-08-21 09:24:20 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-08-21 09:41:07 +0200
commita33e4a89ca4f689096f417ebddfe5b992470e54d (patch)
tree7c48e9644432b199d0ece18d786c513b0c458bf5 /docs
parent1ad8fe52412c8cef215e5a5af312e5db680c3916 (diff)
downloadpodman-a33e4a89ca4f689096f417ebddfe5b992470e54d.tar.gz
podman-a33e4a89ca4f689096f417ebddfe5b992470e54d.tar.bz2
podman-a33e4a89ca4f689096f417ebddfe5b992470e54d.zip
generate systemd: drop support for remote clients
Drop the support for remote clients to generate systemd-service files. The generated files are machine-dependent and hence relate only to the a local machine. Furthermore, a proper service management when using a remote-client is not possible as systemd has no access to a process. Dropping the support will also reduce the risk of making users believe that the generated services are usable in a remote scenario. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-generate-systemd.1.md1
-rw-r--r--docs/podman-generate.1.md9
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/podman-generate-systemd.1.md b/docs/podman-generate-systemd.1.md
index ea72fdfae..ec4bacd09 100644
--- a/docs/podman-generate-systemd.1.md
+++ b/docs/podman-generate-systemd.1.md
@@ -11,6 +11,7 @@ podman-generate-systemd- Generate Systemd Unit file
command will dynamically create the unit file and output it to stdout where it can be piped by the user
to a file. The options can be used to influence the results of the output as well.
+Note that this command is not supported for the remote client.
## OPTIONS:
diff --git a/docs/podman-generate.1.md b/docs/podman-generate.1.md
index 5a2386778..3f2e43024 100644
--- a/docs/podman-generate.1.md
+++ b/docs/podman-generate.1.md
@@ -11,10 +11,11 @@ The generate command will create structured output (like YAML) based on a contai
## COMMANDS
-| Command | Man Page | Description |
-| ------- | --------------------------------------------------- | ---------------------------------------------------------------------------- |
-| kube | [podman-generate-kube(1)](podman-generate-kube.1.md)| Generate Kubernetes YAML based on a pod or container. |
-| systemd | [podman-generate-systemd(1)](podman-generate-systemd.1.md)| Generate a systemd unit file for a container. |
+| Command | Man Page | Description |
+|---------|------------------------------------------------------------|------------------------------------------------------------------------------------|
+| kube | [podman-generate-kube(1)](podman-generate-kube.1.md) | Generate Kubernetes YAML based on a pod or container. |
+| systemd | [podman-generate-systemd(1)](podman-generate-systemd.1.md) | Generate a systemd unit file for a container. Not supported for the remote client. |
+
## SEE ALSO
podman, podman-pod, podman-container