Install docker if you have not install on pi yet
curl -fsSL https://get.docker.com/ | sh
If you would like to use Docker as a non-root user, add your user to the "docker" group
sudo usermod -aG docker <user>
After usermod you should logout to save the change
./run_docker.sh