Development
- Running tests:
- Build the Docker image:
docker build -t elders . - Run the RSpec:
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock elders bundle exec rspec
- Build the Docker image:
Extra
Interactive mode in the conteiner.
docker run --rm -it -v (PWD):/elders -v /var/run/docker.sock:/var/run/docker.sock elders /bin/bash