Problem scenario
You want to install Docker on an AWS instance of Ubuntu. But you do not know how. How can you quickly do this?
Solution
Run these two commands:
sudo apt-get -y update
sudo apt -y install docker.io
An alternative set of directions is here. For a variety of different directions for all different types of Linux, see this posting.