I am quite new to docker. I am trying to port the docker to IMX (arm cortex-9) board.
I am included kernel support to have docker in build. I flashed the file to IMX hardware.
I can see binary images of docker, dockerd, docker-shim on the /usr/bin.
However if I tried to with docker commands, no response. No docker commands accepted.
Even version or h is not working. Any idea why it is so?
did you start the dockerd?
To go into detail you also can check where is the error. Does it work if you use the IMX-docker with a dockerd somewhere else. And does it work if you use the IMX-dockerd with a docker from somewhere else.