When i follow the instructions on the website ( http://developer.mycloud.com/MCDSDKinstallingthedockerbaseimage.html )
it goes verywell till the step 4 Build app binaries! then i get all errors from docker not found and
docker images
Cannot connect to the Docker daemon. Is ‘docker -d’ running on this host?
docker -d
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
ERRO[0000] Udev sync is not supported. This will lead to unexpected behavior, data loss and errors. For more information, see https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option
ERRO[0000] [graphdriver] prior storage driver “devicemapper” failed: driver not supported
FATA[0000] Error starting daemon: error initializing graphdriver: driver not supported
What do i do wrong