Updated 12/26/18
Problem scenario
You want to install Docker. You can make changes to the Ubuntu Linux repositories so you can use apt-get to install it. How do you install Docker on an AWS EC-2 instance?
Solution
There is an alternative set of directions if you click on this link here (if you would prefer not to configure the apt-get repositories). These directions below to install Docker on Ubuntu Linux include a script and how to run it (but the script below will make a change to the repositories that the Linux server uses).
…
Continue reading “How To Install Docker on an AWS Instance of Ubuntu”