Software

The Implementation of Docker and the Docker Engine

Notes These notes supplement the presentation. They outline basic usages of Docker in the context of spinning up a Wordpress server. In order to view the presentation, please click on the slides or pdf links above. Install Docker curl -sSL https://get.docker.com | sh # Executing docker install script, commit: 92d5116 + sudo -E sh -c apt-get update -qq >/dev/null + sudo -E sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null + sudo -E sh -c curl -fsSL "https://download.

Butterfly Effect

A twitter-like application where users can anonymously share their acts of kindness.