Docker itself is really easy to install and get going. Assuming you are running Ubuntu or other Linux apt server, start by updating the system. ``` sudo apt-get update && sudo apt-get upgrade -y ```