← Back to context

Comment by speedgoose

4 years ago

Good news, we have solutions. You could use continuous integration and software containers like Docker.

Does Docker abstract filesystem behaviors like this? I always thought that it stopped at the libc level - that is, libc is included in the container, but it calls the host kernel's system calls, and so inherits the host kernel's behavior (including things like underlying filesystem case sensitivity).