Bind mounts and the workdir

Commands

docker container run -v $(pwd):/app -w /app ruby:2.4.2 bundle install

Extracting data from containers

Utilizing the build cache