airshipctl/pkg/container
Kostiantyn Kalynovskyi 7c9dd85eeb Fix docker stdin write.
Without this commit airship can hang endlessly waiting for stdin
to be open. Apparently it depends on the containerd and docker
server version. This commit adds asnyc writing to stdin, this way
we don't have to wait for write to complete before starting docker
container. The code uses similar approach to upstream docker cli
implementation.

Related-To: #513

Change-Id: I2e6d4cbe37df1f8cba356af79c1c2cf18438e86c
2021-04-07 14:37:17 +00:00
..
testdata Reduce the number of unnecessary document.NewBundleByPath() calls 2021-03-27 12:58:36 -05:00
api.go Fix docker stdin write. 2021-04-07 14:37:17 +00:00
api_test.go Fix docker stdin write. 2021-04-07 14:37:17 +00:00
constants.go Extending Container interface and package 2020-11-08 13:55:35 +00:00
container.go Pass HostNetwork value to docker container 2021-04-03 17:09:32 +00:00
container_docker.go Fix docker stdin write. 2021-04-07 14:37:17 +00:00
container_docker_test.go Fix docker stdin write. 2021-04-07 14:37:17 +00:00
container_test.go Remove not needed context pointers in container interface 2020-10-27 17:28:25 -05:00
errors.go Added error handler for empty runtime entry 2020-04-24 15:34:27 -07:00