From 95f272a0c55d2e33de1f69ce3c7f029c2c3c2c0d Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 17 Apr 2018 15:56:46 -0500 Subject: Allow podman start to attach to a running container If a container is already running, and a user asks to start it -a (attach), we should honor this and attach to the container. Signed-off-by: baude Closes: #634 Approved by: baude --- docs/podman-start.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/podman-start.1.md b/docs/podman-start.1.md index 24fc49a8e..29f335781 100644 --- a/docs/podman-start.1.md +++ b/docs/podman-start.1.md @@ -11,7 +11,8 @@ podman start - Start one or more containers ## DESCRIPTION Start one or more containers. You may use container IDs or names as input. The *attach* and *interactive* options cannot be used to override the *--tty** and *--interactive* options from when the container -was created. +was created. If you attempt to start a running container with the *--attach* option, podman will simply +attach to the container. ## OPTIONS -- cgit v1.2.3-54-g00ecf