Script to Install Docker CE and compose on Debian/Ubuntu/CentOS and install Nvidia docker
git clone https://github.com/whoszus/Install-docker-ce-docker-compose.git
cd Install-docker-ce-docker-compose && chmod +x *.sh
# install docker-ce and docker compose
./install.sh
# Nvidia Drivers ,notice that here will rebot you device
./installNvidiaDriver.sh
# if you have a bigdrive mount on /data,this scrpit will mv the docker root to /data ,or plz edit the script
./installDockerEnv.sh