Cannot unmarshal object into Go value of type []string

Whenever I try to start any container, I get the following error:

docker: Error response from daemon: oci runtime error: json: cannot unmarshal object into Go value of type []string.

If run docker-compose up I get the error, and if I try something that should 100% work such as docker run nginx:latest I get that error. I tried uninstalling and reinstalling docker and docker-compose. I ran sudo zypper update docker docker-compose (I am on SLES) to make sure they were up to date and here are their versions now:

Docker version 1.12.6, build 78d1802
docker-compose version 1.8.0, build f3628c7

If anyone has any ideas please pass them along.

some component of the app is trying to use a json document… but it is not a json array

i don’t know what document that might be