I’ve got this error after update my docker on Linux Astra (Debian based OS). It happened when I was trying to run sudo docker run hello-world
Full text of the error:
docker: Error response from daemon: OCI runtime create failed: json: cannot unmarshal object into Go value of type []string: unknown.
sudo docker -v
returns Docker version 18.09.7, build 2d0083d
2
Answers
Thanks to Алексей Козлов from ru.stackoverflow.com. The problem can be solved with following:
See answer @volkoshkursk