Earlier quoted context omitted.
Open source tools were developed by the community and they're being harrassed now for monetization. How is that being hateful? I am looking out for the community in this sense.
They are not developed by a 'community'. The developers who build it are paid for by investors. Those investors want a huge return. It's not open source, it's bait and wait
Docker Raises $23M
101–110 of 281 posts
Re: Docker Raises $23M
#102Earlier quoted context omitted.
Until GitHub Packages Docker Registry stops asking for authentication to pull public images, it might as well not exist to me. Have they resolved that?
GitHub Packages have an option to make the image as `public` or `private`. Public images can be pulled without auth (as the case should be).
Edit: I guess I’m on grandfathered (?) GitHub Packages Docker Registry, instead of the newer GitHub Container Registry (which is still in beta?).
Re: Docker Raises $23M
#103Thank god, someones gotta pay for the free container registry all my sideprojects depend on!
Have you tried GitHub packages?
Re: Docker Raises $23M
#104Let's see how many hijabs are used in this year's DockerCon.
Re: Docker Raises $23M
#105Re: Docker Raises $23M
#106Earlier quoted context omitted.
The fact that they had a $95 million round in 2015 and then a $23 million round in 2021 leads me to believe their valuation is a lot lower now.
I’d imagine that some of their valuation was based on the future success of docker swarm and what they would monetise around it
Re: Docker Raises $23M
#107Earlier quoted context omitted.
Open source tools were developed by the community and they're being harrassed now for monetization. How is that being hateful? I am looking out for the community in this sense.
When open-source companies develop the majority of their product, haters will complain that they’re “not open enough”. When open-source companies invite more contributions from their community, haters will complain that they’re “harassing the community for monetization”. Simply put, some people will never be happy no matter what Docker does, and clearly you are one of them.
Re: Docker Raises $23M
#108Earlier quoted context omitted.
These cookie banners are so annoying - govt messes this type of stuff over and over. Let me control cookies on my end, I can choose not to accept cookies using my own browser controls, or delete them after 1 hour etc.
GitHub has no cookie banner[0], how come docker.com needs one? [0]: https://github.blog/2020-12-17-no-cookie-for-you/
Analogy would be like:
Law: you can't store someone's picture or personal data without their consent, unless it's necessary for the transaction.
Most companies:
GitHub: We authenticate you by your face, so it's necessary to collect that, so we don't need to get your consent for it. Then, once we have it, we do whatever the fudge we want with it.
Re: Docker Raises $23M
#109I hope they work on Docker Swarm. “Docker compose” for multiple machines needs working on!
I've started with 1 Manager/Worker only and grow from there to 3 managers/workers and later kept the 3 managers and added worker nodes to the cluster.
It made me get into Docker even though for whatever reason I hate anything Docker related.