Error adding Docker compute resource

I'm trying out the foreman-docker plugin, during the new resource creation
I get 404 errors when i click on "test Connection"
the url I'm using is http://testforeman:4243
<http://testforeman.domain:4243/>

if i make requests to /info I get the proper docker response on my browser

http://testforeman:4243 <http://testforeman.domain:4243/>/info

{
"Containers": 0,
"Debug": 0,
"Driver": "aufs",
"DriverStatus": [
[
"Root Dir",
"/var/lib/docker/aufs"
],
[
"Dirs",
"0"
]
],
"ExecutionDriver": "native-0.2",
"IPv4Forwarding": 1,
"Images": 0,
"IndexServerAddress": "https://index.docker.io/v1/",
"InitPath": "/usr/lib/docker.io/dockerinit",
"InitSha1": "6578c4a98eb5aaa1db564782fd990839ebca1b4d",
"KernelVersion": "3.13.0-62-generic",
"MemoryLimit": 1,
"NEventsListener": 0,
"NFd": 10,
"NGoroutines": 10,
"SwapLimit": 0
}

Seems like this is an issue with the docker version that ships with Ubuntu
14, if I update docker it works

ยทยทยท On Wednesday, September 2, 2015 at 12:06:27 PM UTC-7, Alexis Delgado wrote: > > I'm trying out the foreman-docker plugin, during the new resource creation > I get 404 errors when i click on "test Connection" > the url I'm using is http://testforeman:4243 > > > if i make requests to /info I get the proper docker response on my browser > > > > http://testforeman:4243 /info > > { > "Containers": 0, > "Debug": 0, > "Driver": "aufs", > "DriverStatus": [ > [ > "Root Dir", > "/var/lib/docker/aufs" > ], > [ > "Dirs", > "0" > ] > ], > "ExecutionDriver": "native-0.2", > "IPv4Forwarding": 1, > "Images": 0, > "IndexServerAddress": "https://index.docker.io/v1/", > "InitPath": "/usr/lib/docker.io/dockerinit", > "InitSha1": "6578c4a98eb5aaa1db564782fd990839ebca1b4d", > "KernelVersion": "3.13.0-62-generic", > "MemoryLimit": 1, > "NEventsListener": 0, > "NFd": 10, > "NGoroutines": 10, > "SwapLimit": 0 > } >