airshipctl/pkg/container
Ruslan Aliev 92ce88fc29 Allow relative and ~ path for container mount
This patch allow to specify relative and home (~/) path for container
mounts.src field. In case if specified path is not absolute, it will be
created by following pattern: 'targetPath+mounts.src'; in case if path
contains ~/ - it will be properly expanded (it will allow us to mount
~/.airship working directory).

Change-Id: I878094371a2bc4e48216b1d076e466e3d29a86f6
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #484
Closes: #484
2021-03-25 16:41:30 -05:00
..
testdata Mount kubeconfig to GenericContainer executor 2021-03-02 14:17:20 +04:00
api_test.go Allow relative and ~ path for container mount 2021-03-25 16:41:30 -05:00
api.go Allow relative and ~ path for container mount 2021-03-25 16:41:30 -05:00
constants.go Extending Container interface and package 2020-11-08 13:55:35 +00:00
container_docker_test.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
container_docker.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
container_test.go Remove not needed context pointers in container interface 2020-10-27 17:28:25 -05:00
container.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
errors.go Added error handler for empty runtime entry 2020-04-24 15:34:27 -07:00