Strider-CD / strider-docker-runner

Strider runner that uses Docker
34 stars 19 forks source link

docker version #43

Closed abusquets closed 7 years ago

abusquets commented 7 years ago

Hi,

when i try to test a project with docker runner I have this error

Error: (HTTP code 400) unexpected - starting container with non-empty request body was deprecated since v1.10 and removed in v1.12 I think this is due to my docker version, any recomendation in order to solve this? thanks

knownasilya commented 7 years ago

What's your version of docker?

abusquets commented 7 years ago

@knownasilya

Version: "17.06.0-ce", ApiVersion: "1.30", MinAPIVersion: "1.12", GitCommit: "02c1d87", GoVersion: "go1.8.3", Os: "linux", Arch: "amd64", KernelVersion: "4.4.0-38-generic", BuildTime: "2017-06-23T21:19:04.990631145+00:00"

abusquets commented 7 years ago

@knownasilya Sorry I resolved with

cd node_modules rm -rf strider-docker-runner git clone https://github.com/Strider-CD/strider-docker-runner.git cd strider-docker-runner npm install

Thanks

knownasilya commented 7 years ago

That can be done in the plugins menu, just update the version of the plugin there.