Extracting data from containers

Changes to the examples

Commands

docker-compose build
docker container run --name c1 jfahrer/webapp-ruby:latest echo 1
docker container cp c1:/app/Gemfile.lock .

Installing dependencies

Bind mounts and the workdir