summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorxcffl <2216902+xcffl@users.noreply.github.com>2021-01-21 20:37:48 +0800
committerxcffl <2216902+xcffl@users.noreply.github.com>2021-01-22 18:28:19 +0800
commit94f96c78a600af8a67fe8df361e9bb871e00138d (patch)
tree8b5794400ab5d3d612552f9c88e5d5510d7347d2 /docs
parentf02aba659447ea9198851231d7f11a8bfdfe69ba (diff)
downloadpodman-94f96c78a600af8a67fe8df361e9bb871e00138d.tar.gz
podman-94f96c78a600af8a67fe8df361e9bb871e00138d.tar.bz2
podman-94f96c78a600af8a67fe8df361e9bb871e00138d.zip
Add a notice to remove pod before starting service
Signed-off-by: xcffl <2216902+xcffl@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-auto-update.1.md5
-rw-r--r--docs/source/markdown/podman-generate-systemd.1.md2
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-auto-update.1.md b/docs/source/markdown/podman-auto-update.1.md
index 219ac03b7..ad1e425aa 100644
--- a/docs/source/markdown/podman-auto-update.1.md
+++ b/docs/source/markdown/podman-auto-update.1.md
@@ -58,6 +58,11 @@ $ podman generate systemd --new --files bc219740a210455fa27deacc96d50a9e20516492
# Load the new systemd unit and start it
$ mv ./container-bc219740a210455fa27deacc96d50a9e20516492f1417507c13ce1533dbdcd9d.service ~/.config/systemd/user
$ systemctl --user daemon-reload
+
+# If the previously created containers or pods are using shared resources, such as ports, make sure to remove them before starting the generated systemd units.
+$ podman stop bc219740a210455fa27deacc96d50a9e20516492f1417507c13ce1533dbdcd9d
+$ podman rm bc219740a210455fa27deacc96d50a9e20516492f1417507c13ce1533dbdcd9d
+
$ systemctl --user start container-bc219740a210455fa27deacc96d50a9e20516492f1417507c13ce1533dbdcd9d.service
# Auto-update the container
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md
index 032158c56..a59dbc7f0 100644
--- a/docs/source/markdown/podman-generate-systemd.1.md
+++ b/docs/source/markdown/podman-generate-systemd.1.md
@@ -189,6 +189,8 @@ Create and enable systemd unit files for a pod using the above examples as refer
Since systemctl defaults to using the root user, all the changes using the systemctl can be seen by appending sudo to the podman cli commands. To perform `systemctl` actions as a non-root user use the `--user` flag when interacting with `systemctl`.
+Note: If the previously created containers or pods are using shared resources, such as ports, make sure to remove them before starting the generated systemd units.
+
```
$ systemctl --user start pod-systemd-pod.service
$ podman pod ps