upserve / docker-api

A lightweight Ruby client for the Docker Remote API
MIT License
1.09k stars 289 forks source link

.dockerignore support seems broken #576

Closed ianfixes closed 3 years ago

ianfixes commented 3 years ago

I am finding that my docker context includes many directories that are listed in the .dockerignore. It also seems unable to handle entries that start with ! -- instead, it tries to ignore a file that literally starts with this character.

https://docs.docker.com/engine/reference/builder/#dockerignore-file