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
-
py2js33777yI like the people who gives out a docker image or at least a docker file so that I don't have to mess around deps. Anyways what did he say when you said that docker is good and other. How do they do things there?
Welcome to devRant -
Damn. Same experience here. I also get "docker is not production ready yet". WTF, one of the main purposes of docker is to package applications to be deployed in production. If it ain't production ready, I don't know what is.
-
auron1223367y@py2js
We’re using containers with another project so they know it’s worth doing. This was the first product they made, and their only real money maker so they’re sensitive to any changes to it (aside from cramming more features into it)
The way things are done currently everything’s local, install all dependencies, MySQL java etc., then start working on stuff. Problem is some parts weren’t documented and someone just knew what you were missing. The “works on my machine” excuse is heard way too often also.
Thank you! I love this place! -
joykill3437yCheck out devilbox on github if you want a lamp stack in docker... It also has redis and memcached...
But works a lot like xampp or the likes -
I am yet to use docker for anything... And am waiting for someone to call me on it haha.
I'll learn it when I have to, same as everything else but I do get that "not how it's done *here*" speech too often.
Related Rants
When you spend a few days getting a monolithic LAMP app working in Docker so we don’t have to follow a 12 page install procedure... only to have your senior say “that’s not the way we do things around here”
rant
lamp
monolith
change by not changing
docker