-
- Downloads
Extract createContainer params to struct
The method defenition is getting a bit long and hard to read, create a new struct `containerRuntimeSpecification` that wraps those parameters into a sturct. This is different form container config because this specifies the runtime config.
Showing
- executors/docker/executor_docker.go 17 additions, 10 deletionsexecutors/docker/executor_docker.go
- executors/docker/executor_docker_command.go 15 additions, 3 deletionsexecutors/docker/executor_docker_command.go
- executors/docker/executor_docker_ssh.go 6 additions, 1 deletionexecutors/docker/executor_docker_ssh.go
- executors/docker/executor_docker_test.go 12 additions, 2 deletionsexecutors/docker/executor_docker_test.go
Loading
Please register or sign in to comment