29

I tried to build an application in a container, but the build failed with 54 warnings and 86 errors.

My coworker watched the build fail from behind me, and jokingly said "Well... have fun going through all that".

I told him to wait just a second.

I switched out the image for the build step with a slightly altered one.
Build fails with one error.

Coworker just stares at the screen with his mouth open.

I'm starting to appreciate Docker now.

Comments
  • 1
    Another technology i have yet to work with. Docker is as intimidating as it is inteeesting.
  • 0
    @M1sf3t I also dont know a good use case for it. I dont have any real projects where I'd need it
  • 0
    @M1sf3t And because I'm kinda forcing you into it with our project 😛

    I always use docker, whether it is part of a project or when I need a throwaway local environment
Add Comment