Install Docker
Docker containers have become the de facto development standard, but it's worth mentioning that Docker wasn't the first player in the container world.
Quick Install
curl -fsSL https://get.docker.com | bash
sudo groupadd docker
sudo usermod -aG docker $USER