Here at RackNerd, we're on a mission to introduce infrastructure stability on a global scale - one server at a time. Learn more about our story and why you should choose RackNerd for your infrastructure as a service (IaaS) needs!
Run all the commands as sudo non-root user only: Step 1 – Update and upgrade the packages sudo — sh -c ‘apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y’ Step 2 – Install Docker in the server sudo curl -sS https://get.docker.com/ | sh Once docker is installed, start it, […]