Goodbye Docker: Purging Is Such Sweet Sorrow
zwischenzugs.com
Goodbye Docker: Purging Is Such Sweet Sorrow
1–10 of 95 posts
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#2Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#3Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#4So there wasn't any actual problem with Docker, it was the OP's own problem that they "solved" by switching container platforms instead of just fixing their own buggy script?
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#5I'd like to stop using it as well.
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#6> was likely due to a script that had got out of hand starting up too many containers. So there wasn't any actual problem with Docker, it was the OP's own problem that they "solved" by switching container platforms instead of just fixing their own buggy script?
This is an all too common problem in development and it's made me very skeptical of coworkers at times who use it "X technology doesn't work or X is garbage" as a justification to switch technologies or spend time prototyping several alternatives.
I'm not gonna say Docker is a perfect tool by any stretch either.
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#7"Yeah, we should just give up on Docker and rebuild all the container ecosystem using IBM technology."
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#8> was likely due to a script that had got out of hand starting up too many containers. So there wasn't any actual problem with Docker, it was the OP's own problem that they "solved" by switching container platforms instead of just fixing their own buggy script?
I facepalmed when I read that... This is an all too common problem in development and it's made me very skeptical of coworkers at times who use it "X technology doesn't work or X is garbage" as a justification to switch technologies or spend time prototyping several alternatives. I'm not gonna say Docker is a perfect tool by any stretch either.
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#9I just started using Docker again in production. And it's pure garbage when you hit a corner case, but works well when you don't. I'd like to stop using it as well.
Re: Goodbye Docker: Purging Is Such Sweet Sorrow
#10Reminds me of NPM and rm-rfing node_modules on every build. I can't wait till something comes along to replace it.