podman/libpod
baude acd9c66864 Fix terminal attach
Re-order the startup of a new container via run from
initialize > start > attach to initialize > attach > start.

This fixes output when running:

kpod run -i -t IMAGE command

and

kpod run IMAGE command

Signed-off-by: baude <bbaude@redhat.com>
2017-11-15 16:27:57 -06:00
..
common Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
driver Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
images Fix gofmt errors 2017-11-02 15:30:39 -04:00
layers Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
container.go Fix terminal attach 2017-11-15 16:27:57 -06:00
container_attach.go Fix terminal attach 2017-11-15 16:27:57 -06:00
diff.go Fix gofmt errors 2017-11-02 15:30:39 -04:00
errors.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
in_memory_state.go Fix gofmt errors 2017-11-02 15:30:39 -04:00
oci.go Prune Server package. Convert to new github location. 2017-11-01 13:22:04 -04:00
options.go Parse SecurityOpts 2017-11-03 20:55:10 +00:00
pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runtime.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runtime_ctr.go libpod create and run 2017-11-01 14:19:19 -05:00
runtime_img.go Address run/create performance issues 2017-11-14 21:14:13 +00:00
runtime_img_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00
runtime_pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
state.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
storage.go libpod create and run 2017-11-01 14:19:19 -05:00
util.go Address run/create performance issues 2017-11-14 21:14:13 +00:00
util_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00