Docker’s eating looks are getting more and more ugly.
On March 15, Docker sent an email to all Docker Hub users who have created an "organization", reminding them that they must upgrade to the paid team plan of $420 per year, otherwise, the Docker image of their account Will be deleted.
It can be learned from the official FAQ that the groups affected by this adjustment are open source organization accounts, including Docker individuals, Docker Pro, Docker Team or Docker Business accounts, Docker-sponsored open source members, and Docker verified releases and Docker's official images are not affected.
The text of the email is roughly as follows
Docker is retiring Free Team Organizations because this free feature has many of the same features, rates, and functionality as the paid Docker Team subscription;
After reviewing a list of accounts that were members of legacy Free Team Organizations, we have determined that you may be one of them. If you are using an older version of Free Team Organizations, access to all paid features (including private repositories) will be suspended on April 14, 2023 (11:59 PM UTC). You will need to upgrade your subscription (and by implication pay) before April 14, 2023 to continue accessing your organization;
If you do not upgrade to a paid subscription, Docker will retain your organization's data for 30 days, after which it will be deleted. Your access to public repositories will be retained during this period, but will be rate limited;
If you upgrade to a paid subscription, you can restore access to your organization's account at any time within 30 days.
牛逼啊!接私活必备的 N 个开源项目!赶快收藏
As we all know, Docker Hub is used by many open source projects to publish images, and most projects rely on free images. If the images are deleted, it will have a huge impact on accounts under free organizations.
As soon as the news broke, it caused huge controversy, and many people began to migrate their images out of Docker to other platforms or host them themselves. Subsequently, Docker CTO stated directly on Twitter: "Those accounts that do not pay will be closed and no one else will be allowed to take over the name." (Picture source: Twitter screenshot)
Die-hard supporters posted a long article accusing Docker of hypocrisy
As a die-hard supporter of Docker, the "Docker Captains" Loyal member Alex Ellis posted a lengthy complaint on his blog. As a paying user himself, he is not opposed to Docker making money, but Docker's communication methods and effects are terrible, creating anxiety for many of the most loyal and supportive community users. Their practice of using images to make open source exposes them This project is full of hostility and disjointed operation due to its hypocritical attitude towards open source sustainability issues. He said that the only hope at present is that organizations that obtain "open source" certification qualifications can be exempted from Docker "taxation", such as all projects owned by the Cloud Native Computing Foundation (CNCF) or the Apache Foundation. And cited the well-known open source project curl. This open source library is used on almost every Mac and Linux computer, and is even used by Docker itself, but it cannot escape this charging plan.
Feedback from Netizens
In addition to Alex Ellis’s lengthy complaint, it also triggered heated discussions among netizens on Hacker News and Twitter.
An SRE manager said bluntly: "When I saw this news in the morning, I felt a headache." Then he also mentioned: "In the next 30 days, a bunch of images that I rely on may disappear... "
Some netizens also joked: "Docker will eventually become someone else's wedding dress. I mean Containerized standard wedding dress", "free service that requires money to maintain" and "low risk" are incompatible. In addition, search the official account Linux Chinese community backend and reply "Linux" to get a surprise gift package.
However, some netizens have a more "optimistic" attitude towards Docker's approach, believing: "Docker is a tool that has advantages for software development. It is much better than the old method of managing dependencies and can Ensure that the version installed by everyone in the project is consistent."
In the past, with the development of cloud native, containerization, microservices, K8s and other technologies, Docker was widely used in the developer field. Today, Docker will delete all images of unpaid open source organizations, which will inevitably bring "discomfort" to developers. Although you can apply for free, the terms are very harsh.
What do you think of this measure of Docker?
The above is the detailed content of Docker is no longer open source!. For more information, please follow other related articles on the PHP Chinese website!

Docker is important on Linux because Linux is its native platform that provides rich tools and community support. 1. Install Docker: Use sudoapt-getupdate and sudoapt-getinstalldocker-cedocker-ce-clicotainerd.io. 2. Create and manage containers: Use dockerrun commands, such as dockerrun-d--namemynginx-p80:80nginx. 3. Write Dockerfile: Optimize the image size and use multi-stage construction. 4. Optimization and debugging: Use dockerlogs and dockerex

Docker is a containerization tool, and Kubernetes is a container orchestration tool. 1. Docker packages applications and their dependencies into containers that can run in any Docker-enabled environment. 2. Kubernetes manages these containers, implementing automated deployment, scaling and management, and making applications run efficiently.

The purpose of Docker is to simplify application deployment and ensure that applications run consistently in different environments through containerization technology. 1) Docker solves the environmental differences problem by packaging applications and dependencies into containers. 2) Create images using Dockerfile to ensure that the application runs consistently anywhere. 3) Docker's working principle is based on images and containers, and uses the namespace and control groups of the Linux kernel to achieve isolation and resource management. 4) The basic usage includes pulling and running images from DockerHub, and the advanced usage involves managing multi-container applications using DockerCompose. 5) Common errors such as image building failure and container failure to start, you can debug through logs and network configuration. 6) Performance optimization construction

The methods of installing and using Docker on Ubuntu, CentOS, and Debian are different. 1) Ubuntu: Use the apt package manager, the command is sudoapt-getupdate&&sudoapt-getinstalldocker.io. 2) CentOS: Use the yum package manager and you need to add the Docker repository. The command is sudoyumininstall-yyum-utils&&sudoyum-config-manager--add-repohttps://download.docker.com/lin

Using Docker on Linux can improve development efficiency and simplify application deployment. 1) Pull Ubuntu image: dockerpullubuntu. 2) Run Ubuntu container: dockerrun-itubuntu/bin/bash. 3) Create Dockerfile containing nginx: FROMubuntu;RUNapt-getupdate&&apt-getinstall-ynginx;EXPOSE80. 4) Build the image: dockerbuild-tmy-nginx. 5) Run container: dockerrun-d-p8080:80

Docker simplifies application deployment and management on Linux. 1) Docker is a containerized platform that packages applications and their dependencies into lightweight and portable containers. 2) On Linux, Docker uses cgroups and namespaces to implement container isolation and resource management. 3) Basic usages include pulling images and running containers. Advanced usages such as DockerCompose can define multi-container applications. 4) Debug commonly used dockerlogs and dockerexec commands. 5) Performance optimization can reduce the image size through multi-stage construction, and keeping the Dockerfile simple is the best practice.

Docker is a Linux container technology-based tool used to package, distribute and run applications to improve application portability and scalability. 1) Dockerbuild and dockerrun commands can be used to build and run Docker containers. 2) DockerCompose is used to define and run multi-container Docker applications to simplify microservice management. 3) Using multi-stage construction can optimize the image size and improve the application startup speed. 4) Viewing container logs is an effective way to debug container problems.

Docker container startup steps: Pull the container image: Run "docker pull [mirror name]". Create a container: Use "docker create [options] [mirror name] [commands and parameters]". Start the container: Execute "docker start [Container name or ID]". Check container status: Verify that the container is running with "docker ps".


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SublimeText3 English version
Recommended: Win version, supports code prompts!

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.