spiegel_podman/pkg/adapter
baude fbcda7772d Add the ability to attach remotely to a container
Also, you can now podman-remote run -it.  There are some bugs that need
to be ironed out but I would prefer to merge this so we can make both
progress on start and exec as well as the bugs.

* when doing podman-remote run -it foo /bin/bash, you have to press
enter to get the prompt to display. with the localized podman, we had to
teach it connect to the console first and then start the container so we
did not miss anything.

* when executing "exit" in the console, we get a hard lockup likely
because nobody knows what to do.

* custom detach keys are not supported

* podman-remote run -it alpine ls does not currently work.  only
dropping to a shell works.

Signed-off-by: baude <bbaude@redhat.com>
2019-04-10 08:59:28 -05:00
..
shortcuts Implement podman-remote rm 2019-04-09 11:55:26 -07:00
client.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
containers.go Add the ability to attach remotely to a container 2019-04-10 08:59:28 -05:00
containers_remote.go Add the ability to attach remotely to a container 2019-04-10 08:59:28 -05:00
images.go podman-remote image tree 2019-04-04 14:41:50 -05:00
images_remote.go podman-remote image tree 2019-04-04 14:41:50 -05:00
info_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
pods.go podman-remote pod top|stats 2019-03-06 11:01:25 -06:00
pods_remote.go Remove ulele/deepcopier in favor of JSON deep copy 2019-03-27 20:00:31 -04:00
runtime.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
runtime_remote.go podman-remote image tree 2019-04-04 14:41:50 -05:00
sigproxy.go podman-remote create|run 2019-04-08 09:05:31 -05:00
terminal.go podman-remote create|run 2019-04-08 09:05:31 -05:00
volumes_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00