Podman-remote run should wait for exit code

This change matches what is happening on the podman local side
and should eliminate a race condition.

Also exit commands on the server side should start to return to client.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2019-09-07 05:47:05 -04:00
parent 535111b5d5
commit 82ac0d8925
8 changed files with 76 additions and 29 deletions

View File

@ -1,5 +1,3 @@
// +build !remoteclient
package integration
import (