Docker doesn't start on my Odroid N2

Hello,

Using a fresh image (1556922614-Odroid_N2) I’m not able to open Docker addon.
I’ve been able to execute systemctl start service.system.docker.service, but when I want to open the addon nothing happens.

Any thoughts?

You need to install the addon and reboot, after that you can use Docker by SSHing into the box.
Docker is a command line tool.

You can’t open the add-on. This is a service add-on and works only from command line through ssh. You have to setup your containers using docker run command.

Thank you your help guys!