Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sboesch5465yLol, turned out I already got the solution, but have failed to test it correctly... -.-
Now everything works fine. -
From my experience Docker is really fucking bad because it's not actually a vm sorta platform but just the thinnest of wrappers around a linux subsystem. Which is why it's complete garbage on windows because oh shit windows isn't linux and it can't actually run properly
-
@12bitfloat It's a PITA on anything but Linux. Used it on Windows, helped friends solve some problems on macOS. Everything but Linux is going to give you Docker-induced headaches eventually.
-
hejx465yIf you're on Linux, and have some ops know-how, docker is a fucking godsend! And if you're not on Linux, You're probably a pixelpoker or stupid, either way, docker is not for you.. #toughlove
Edit; sorry, there is a third alternative,, you haven't discovered the awesomeness of Linux yet.. -
@AndreKlang Apart from all the massive compatibility issues and the bodged together amateur like code it's pretty good
Related Rants
After two weeks of struggling with Docker, I can confidently say, this is the worst shit I've ever worked with.
$ php bin/console make:migration
ERROR: php_network_getaddresses: getaddrinfo failed: Name or service not known
Well let's try again...
$ php bin/console make:migration
ERROR: Connection refused
Different error messages for the same commands?! FUCK YOU!!!
rant
fuck this shit
docker