Victor Arribas

Results 14 comments of Victor Arribas

Hi @jareware could you please merge this PR?

Hello @jan-brinkmann , sorry by my late reply. It could be related to #53 because I move docker binary from /usr/bin to /usr/local/bin. This new place is not a feature,...

On the other hand, I'm not able to reproduce the issue. `which docker`: - amd64 OK - arm/v7 KO+OK > arm failed to build due to `docker:latest` only supports amd64...

Finally reproduced.... Testing it through `docker-compose exec backup ./backup.sh` (as recommended at Readme) will give following PATH: `/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin` But cron execution chunks the PATH to `/usr/bin:/bin` by default. Here is...

+1 to PR Correct way to srink image following best practices. But im at mobile and cannot check `deb amd64`. About remove docker cli..., should or could container be able...

Hello @tekgator , Im only trying to be wide (even it makes no sense). I dont know if this scenario is viable: Use a second pc as backup host of...

Indeed. Thanks @tekgator for dive me in.

Sorry @tekgator. I forgot about this PR and just create 2 more that overlaps it (#53 , #54).

Hello everyone, _Disclaimer: Hoping to not introduce too much noise. Especially due to I'm following this project but not using it._ This is not the post that I wanted to...

Replying to @jan-brinkmann, that happens with docker swarn and kubernetes? Self-inspection based on docker-compose may end up adding an environment variable 'COMPOSE=true' that triggers this specific behavior. Which is not...