dpkg --print-architectureThis should print amd64. Else you should take a look into the Docker Documentation
sudo chmod +x installdocker.shsudo /home/${USER}/install-docker/installdocker.sh${USER} prints automatically your current user. Wherever you downloaded the Repository, /look/for/that/path/installdocker.sh.