mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
First batch of resolutions to FIXMEs
Most of these are no longer relevant, just drop the comments. Most notable change: allow `podman kill` on paused containers. Works just fine when I test it. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -279,8 +279,6 @@ func (c *Container) ExecStart(sessionID string) error {
|
||||
|
||||
// ExecStartAndAttach starts and attaches to an exec session in a container.
|
||||
// newSize resizes the tty to this size before the process is started, must be nil if the exec session has no tty
|
||||
// TODO: Should we include detach keys in the signature to allow override?
|
||||
// TODO: How do we handle AttachStdin/AttachStdout/AttachStderr?
|
||||
func (c *Container) ExecStartAndAttach(sessionID string, streams *define.AttachStreams, newSize *define.TerminalSize) error {
|
||||
if !c.batched {
|
||||
c.lock.Lock()
|
||||
|
Reference in New Issue
Block a user