Unable to start Docker on Orange Pi One Plus ARM board !

Hi

I just installed docker on my Orange Pi One Plus board (ARM based one, similar to Raspberry Pi but with faster processor and more recent !). I have followed instructions in docker documentation and everything went fine excepted when it starts the service where it fails ! Failure message are not really clear and would appreciate some help to narrow the problem and perhaps help to solve it for other users that would have same problem !

root@OrangePi:~# service docker status
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: inactive (dead) (Result: exit-code) since lun. 2018-03-05 14:38:20 UTC; 22min ago
     Docs: https://docs.docker.com
  Process: 4032 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
 Main PID: 4032 (code=exited, status=1/FAILURE)

mars 05 14:38:20 OrangePi systemd[1]: Failed to start Docker Application Container Engine.
mars 05 14:38:20 OrangePi systemd[1]: docker.service: Unit entered failed state.
mars 05 14:38:20 OrangePi systemd[1]: docker.service: Failed with result 'exit-code'.
mars 05 14:38:20 OrangePi systemd[1]: docker.service: Service hold-off time over, scheduling restart.
mars 05 14:38:20 OrangePi systemd[1]: Stopped Docker Application Container Engine.
mars 05 14:38:20 OrangePi systemd[1]: docker.service: Start request repeated too quickly.
mars 05 14:38:20 OrangePi systemd[1]: Failed to start Docker Application Container Engine.
mars 05 15:00:36 OrangePi systemd[1]: Stopped Docker Application Container Engine.

When I try to start it:

root@OrangePi:~# service docker start
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

and the journal if it can help ?

root@OrangePi:~# journalctl -xe
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.service a échoué, avec le résultat failed.
mars 05 15:00:50 OrangePi systemd[1]: docker.service: Unit entered failed state.
mars 05 15:00:50 OrangePi systemd[1]: docker.service: Failed with result 'exit-code'.
mars 05 15:00:50 OrangePi systemd[1]: docker.service: Service hold-off time over, scheduling restart.
mars 05 15:00:50 OrangePi systemd[1]: Stopped Docker Application Container Engine.
-- Subject: L'unité (unit) docker.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.service a terminé son arrêt.
mars 05 15:00:50 OrangePi systemd[1]: Closed Docker Socket for the API.
-- Subject: L'unité (unit) docker.socket a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.socket a terminé son arrêt.
mars 05 15:00:50 OrangePi systemd[1]: Stopping Docker Socket for the API.
-- Subject: L'unité (unit) docker.socket a commencé à s'arrêter
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.socket a commencé à s'arrêter.
mars 05 15:00:50 OrangePi systemd[1]: Starting Docker Socket for the API.
-- Subject: L'unité (unit) docker.socket a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.socket a commencé à démarrer.
mars 05 15:00:50 OrangePi systemd[1]: Listening on Docker Socket for the API.
-- Subject: L'unité (unit) docker.socket a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.socket a terminé son démarrage, avec le résultat done.
mars 05 15:00:50 OrangePi systemd[1]: docker.service: Start request repeated too quickly.
mars 05 15:00:50 OrangePi systemd[1]: Failed to start Docker Application Container Engine.
-- Subject: L'unité (unit) docker.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) docker.service a échoué, avec le résultat failed.
mars 05 15:00:50 OrangePi systemd[1]: docker.socket: Unit entered failed state.
root@OrangePi:~# 

Thanks

Vincèn