How to use docker

Hi,

how can I install and use docker and docker-compose on jetson nano with the ability to upload our image to docker hub and send it to multiple nodes?

our goal is to detect users making use of cell phones while driving

Hi,

Docker is preinstalled when setup the device with sdkmanager.

$ docker --help

Thanks.