Git, Docker and CR/LF world of pain.

Docker As part of a project myself and a colleague were about to commence work on he’d created a docker image of a lightweight Linux image serving SFTP endpoints to replicate the Dev eco system. It was working like a dream. We were setting…

Docker Toolbox – Leveraging localhost support over 192.168.99.100

I’ve recently completed a refresher on Docker. Whilst working through this excellent MEAN stack setup with Angular 2 and Docker compose tutorial I realised that despite the docker compose setup being all present and correct my references to localhost were never gonna work correctly….

Docker compose “The system cannot find the file specified” error

Issue When running “docker-compose up –build” I experienced the following error: Traceback (most recent call last): File “”, line 3, in File “compose\cli\main.py”, line 65, in main File “compose\cli\main.py”, line 117, in perform_command File “compose\cli\main.py”, line 849, in up File “compose\project.py”, line 372, in…