CN111026499A - Container processing method, device, computer equipment and storage medium - Google Patents

Container processing method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN111026499A
CN111026499A CN201911107284.3A CN201911107284A CN111026499A CN 111026499 A CN111026499 A CN 111026499A CN 201911107284 A CN201911107284 A CN 201911107284A CN 111026499 A CN111026499 A CN 111026499A
Authority
CN
China
Prior art keywords
container
target
target container
instruction
parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911107284.3A
Other languages
Chinese (zh)
Other versions
CN111026499B (en
Inventor
杨逸飞
陈飞
韩旭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Weride Technology Co Ltd
Original Assignee
Guangzhou Weride Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Weride Technology Co Ltd filed Critical Guangzhou Weride Technology Co Ltd
Priority to CN201911107284.3A priority Critical patent/CN111026499B/en
Publication of CN111026499A publication Critical patent/CN111026499A/en
Application granted granted Critical
Publication of CN111026499B publication Critical patent/CN111026499B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a container processing method, a container processing device, computer equipment and a storage medium. The method comprises the steps that a node where a first target container is located drives the first target container to send a first instruction to a server, then the first target container is driven to receive a container second parameter of the first target container sent by the server according to a container first parameter, then the first target container is driven to call a container processing command in an operation tool according to the container second parameter, and container processing is conducted on the first target container. The method provides an operation interface facing a user, the user can issue container processing tasks to the containers on the nodes through the operation interface, information interaction between the user and the server is further achieved, the processing tasks of the containers on the nodes are finally completed through the information interaction between the user and the server, all processes are automatically completed by the container cluster system, and execution efficiency of container processing work is greatly improved.

Description

Container processing method, device, computer equipment and storage medium
Technical Field
The present application relates to the field of container technologies, and in particular, to a container processing method and apparatus, a computer device, and a storage medium.
Background
The container technology becomes a hot-handful technology following big data and cloud computing, and will be very popular for a considerable period of time in the future. Therefore, the container technology becomes one of the technologies that the offline software developer needs to grasp urgently.
In the application of container technology, a container user configures the environment inside the container according to different task environment requirements. In order to preserve the environment configuration against the loss of the container contents caused by the burst problems of clusters, nodes and containers, the container user often needs to save the container and store the container in the mirror image. The newly obtained mirror image contains the same environment as the original container, and even if the original container is lost or needs to be migrated, the container can be created by using the new mirror image, so that the process of environment configuration is greatly simplified.
However, the storage or creation method of the container has a problem of low efficiency.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a container processing method, a device, a computer device, and a storage medium, which can automatically save containers in a container cluster environment and further improve the efficiency of saving containers.
In a first aspect, a container processing method is applied to a user side, and the method includes:
driving a first target container to send a first instruction to a server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the container operation tool is used for providing an operation interface for executing a container processing task for a user;
driving a first target container to receive a container second parameter of the first target container sent by a server according to the container first parameter;
and driving the first target container to call a processing container command in the operation tool according to the second container parameter, and performing processing operation on the first target container.
In one embodiment, the first instructions include container save instructions, the process container commands include save container commands, and performing processing operations on the first target container includes:
the container environment of the first target container is saved to the mirror image.
In one embodiment, the creating of the first target container comprises:
and modifying the mirror image layer corresponding to the original container to obtain a first target container.
In one embodiment, the first target container is pre-implanted in a container environment, and a mirror layer corresponding to an original container is modified to obtain the first target container, including:
adding a new mirror image layer on the mirror image layer corresponding to the original container to obtain a customized mirror image layer; the new mirror layer includes a script configuration file for the container environment;
a first target container is created from the custom mirror layer.
In one embodiment, the first target container is pre-implanted with an operation tool, and the original container is modified to obtain the first target container, further comprising:
adding an installation package of an operation tool in an environment editing file in the original container;
and installing the operating tool in the original container according to the installation package of the operating tool.
In one embodiment, after saving the container environment of the first target container to the mirror, the method further comprises:
adding a label to the mirror image and storing the mirror image in a preset mirror image warehouse; the label comprises a container name, a user name and a storage time stamp corresponding to the mirror image.
In one embodiment, before driving the first target container to send the first instruction to the server, the method further includes:
receiving a processing container command input by a user through an operation interface provided by an operation tool;
the process container command is converted into a container processing instruction.
In one embodiment, the first instruction includes a container creation instruction, before driving the first target container to send the first instruction to the server, the method further includes:
driving the first target container to call a query command in an operation tool, and querying a preset database to obtain container information of a second target container; the second target container is a container needing to be created;
adding the container information to a container creating instruction so that the server creates a second target container according to the container information carried in the container creating instruction;
in a second aspect, a container processing method is applied to a server, and the method includes:
receiving a first instruction sent by a first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
acquiring a second container parameter of the first target container by calling a query command in the container cluster management program according to the first container parameter;
and sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
In one embodiment, the first instructions include container save instructions, the process container commands include save container commands, and performing processing operations on the first target container includes:
the container environment of the first target container is saved to the mirror image.
In one embodiment, the first instruction comprises a container creation instruction, the method further comprising:
extracting container information of a second target container from the container creating instruction; the second target container is a container needing to be created;
and according to the container information, creating a second target container by calling a creating command in the container cluster management program.
In one embodiment, the container information includes at least one of a container name, a container ID, a container user name, and a container IP address, and after the container information of the second target container is extracted from the container creation instruction, the method further includes:
according to the container information, inquiring in a mirror image warehouse to obtain a mirror image corresponding to the container information;
a second target container is created from the mirror.
In one embodiment, after extracting the container information of the second target container from the container creating instruction, the method further includes:
and saving the container information to a database.
In a third aspect, a container handling apparatus, the apparatus comprising:
the first sending module is used for driving the first target container to send the first instruction to the server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the first receiving module is used for driving the first target container to receive the container second parameter of the first target container sent by the server according to the container first parameter;
and the storage module is used for driving the first target container to call a processing container command in the operation tool according to the second container parameter so as to perform processing operation on the first target container.
In a fourth aspect, a container processing apparatus, the apparatus comprising:
the second receiving module is used for receiving a first instruction sent by the first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the query module is used for acquiring a second container parameter of the first target container by calling a query command in the container cluster management program according to the first container parameter;
and the second sending module is used for sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
In a fifth aspect, a computer device comprises a memory and a processor, the memory stores a computer program, and the processor implements the container processing method according to any one of the embodiments of the first aspect when executing the computer program.
In a sixth aspect, a computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the container handling method of any of the embodiments of the first aspect.
The application provides a container processing method, a device, a computer device and a storage medium,
and driving the first target container to send the first instruction to the server through the node where the first target container is located, driving the first target container to receive the container second parameter of the first target container sent by the server according to the container first parameter, and then driving the first target container to call a container processing command in the operation tool according to the container second parameter to perform processing operation on the first target container. In the method, since the first target container is implanted with the operation tool in advance, an operation interface facing the user is provided, and the user can issue the container processing task to the container on the node through the operation interface, thereby realizing the information interaction with the server and finally completing the processing task of the container on the node through the information interaction with the server, the whole process is automatically completed by the container cluster system without the information intercommunication between the user and the container cluster administrator, and manual operation to complete the processing of the containers on the nodes, reduces the interaction process between the container cluster administrator and the users, greatly improves the execution efficiency of the container processing work, meanwhile, the problem of container information loss caused by complicated manual container processing by a container cluster administrator and a user is avoided, and the information integrity of the processed container is ensured.
Drawings
Fig. 1 is a schematic structural diagram of a container cluster system according to an embodiment;
FIG. 2 is a flow diagram of a method for container processing according to one embodiment;
FIG. 3 is a flow diagram of a method for container processing according to one embodiment;
FIG. 3A is a block diagram of a customized image according to an embodiment;
FIG. 4 is a flow diagram of a method for container processing according to one embodiment;
FIG. 5 is a flow diagram of a method for container processing according to one embodiment;
FIG. 6 is a flow diagram of a method for container processing according to one embodiment;
FIG. 7 is a flow diagram of a method for container processing according to one embodiment;
FIG. 8 is a flow diagram of a method for container processing according to one embodiment;
FIG. 9 is a flow diagram of a method for container processing according to one embodiment;
FIG. 10 is a schematic diagram of a container cluster system, according to an embodiment;
FIG. 11 is a flow diagram of a method for preserving a container, according to an embodiment;
FIG. 12 is a flow diagram of a method for preserving a container, according to an embodiment;
FIG. 13 is a schematic diagram of a container handling apparatus according to one embodiment;
FIG. 14 is a schematic diagram of a container handling apparatus according to an exemplary embodiment;
fig. 15 is a schematic internal structural diagram of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The container processing method provided by the application can be applied to a container cluster system shown in fig. 1. The container cluster system comprises a plurality of nodes (user terminals), wherein the node corresponding to each user terminal comprises at least one container, the node corresponding to the container cluster management server is connected with other nodes through a network, and the node corresponding to the server terminal is respectively connected with other nodes through the network. The nodes corresponding to the user side may be various types of terminals, specifically, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the container cluster management server and the service side may be implemented by independent servers or a server cluster formed by a plurality of servers.
The following describes in detail the technical solutions of the present application and how the technical solutions of the present application solve the above technical problems by embodiments and with reference to the drawings. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 2 is a flowchart of a container processing method according to an embodiment, where an execution subject of the method is a node corresponding to the user side in fig. 1, and the method relates to a specific process in which the user side automatically stores a first target container thereon. As shown in fig. 2, the method specifically includes the following steps (for illustration, the execution subjects of the embodiments in fig. 2-6 are all nodes corresponding to the user side, and are hereinafter referred to as nodes for short):
s101, driving a first target container to send a first instruction to a server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user.
The first target container is a container created in advance by the node, specifically, the node may modify an original container to obtain the created container, optionally, the node may also create a new container again to obtain the created container, as long as an operation tool is implanted in the created container. The first instruction is used to instruct a server connected to the node where the container is located to perform a related operation of processing the container, and specifically, the first instruction may include a container saving instruction, a container creating instruction, a container querying instruction, and the like. The server is used for assisting the node in processing the container according to the first instruction sent by the container on the node. The operation tool is a tool used for users, provides an operation interface for users to execute the container processing task, and after the operation tool is installed, the users can input a command for executing the container processing task through the operation interface provided by the operation tool, so that the containers are processed and information interaction with the server is realized. In addition, while the operation tool provides an operation interface for a user, the operation tool also encapsulates some container commands (also called docker commands) so as to limit the container operation of the user, so that the user can only perform the container operation under the limited condition, and the safety risk brought by the user on the unlimited operation of the container is avoided. Specifically, the operation tool may be a container operation command line tool, so as to provide a container operation interface provided by the container operation command line tool for a user.
In this embodiment, after the first target container is created on the node, the operation tool is installed inside the first target container, and the node may drive the first target container to send the first instruction including the container processing task to the server according to the container processing task instruction input by the user on the operation interface provided by the operation tool, so that the server may execute an operation related to processing the first target container according to the first instruction, and further assist the node to complete a task of automatically processing the first target container.
S102, driving the first target container to receive a container second parameter of the first target container sent by the server according to the container first parameter.
The first container parameter may specifically include at least one of a container IP address, a container host name, and the like. The second parameter of the container includes a container ID, which is a container identifier for identifying the container, and may be specifically represented by numbers, letters, serial numbers, characters, and the like. In this embodiment, when the server receives the first instruction sent by the first target container based on the method of S102, the server may further extract a container first parameter of the first target container from the first instruction, query a container second parameter of the first target container according to the container first parameter of the first target container, and then send the queried container second parameter of the first target container to the first target container, at this time, a node where the first target container is located may drive the first target container to receive the container second parameter of the first target container sent by the server, so that the first target container may perform subsequent container processing operations according to the container second parameter.
And S103, driving the first target container to call a container processing command in the operation tool according to the second container parameter, and performing processing operation on the first target container.
Among other things, processing container commands may include save container commands, create container commands, query container commands, and the like. Specifically, the save container command may include a docker commit command, an export command, and other commands that can save the container environment. In this embodiment, after the first target container receives the container ID, which is the second parameter of the first target container, based on the method in S102, a container processing command, for example, a container saving command (for example, a docker commit command), in the operation tool pre-implanted in the first target container may be called, and a step of performing a processing operation on the first target container is performed according to the second parameter of the first target container, so that the first target container is automatically processed.
In the container processing method provided in this embodiment, a node where a first target container is located drives the first target container to send a first instruction to a server, and then drives the first target container to receive a container second parameter of the first target container sent by the server according to a container first parameter, and then drives the first target container to call a container processing command in an operation tool according to the container second parameter, so as to perform processing operation on the first target container. In the method, since the first target container is implanted with the operation tool in advance, an operation interface facing the user is provided, and the user can issue the container processing task to the container on the node through the operation interface, thereby realizing the information interaction with the server and finally completing the processing task of the container on the node through the information interaction with the server, the whole process is automatically completed by the container cluster system without the information intercommunication between the user and the container cluster administrator, and manual operation to complete the processing of the containers on the nodes, reduces the interaction process between the container cluster administrator and the users, greatly improves the execution efficiency of the container processing work, meanwhile, the problem of container information loss caused by complicated manual container processing by a container cluster administrator and a user is avoided, and the information integrity of the processed container is ensured.
In practical applications, when a user needs to specifically execute a task of saving a container, where the first instruction includes a container saving instruction, and the processing container command includes a container saving command, the "performing a processing operation on a first target container" in S103 in the embodiment specifically includes the steps of: the container environment of the first target container is saved to the mirror image.
In this embodiment, when a user needs to specifically execute a task of saving a container, a container saving request may be issued on an operation interface provided by an operation tool, and the container saving request is converted into a first instruction and sent to a server, where the first instruction carries a first parameter (e.g., a container IP address or a container host name) of the container, and then drives a first target container to receive a second parameter (e.g., a container ID) of the first target container sent by the server according to the first parameter of the container; and then driving the first target container to call a save container command (for example, a docker commit command or an export command) in the operation tool according to the second parameter of the container, and saving the container environment of the first target container to the mirror image.
In practical applications, the first target container needs to be created in advance, so that the first target container has a self-processing function, and therefore, the present application further provides a process for creating the first target container, where the process includes: and modifying the mirror image layer corresponding to the original container to obtain a first target container. In this embodiment, the original container is a container on a node in the container cluster system, and when the node needs to create the first target container, the mirror layer corresponding to the original container on the node may be directly modified to form a new mirror layer, so that the first target container including the new mirror layer may be obtained.
In practical applications, the first target container further needs to be configured with a container environment (docker environment) in advance, so that a container operation command in the operation tool can be performed inside the first target container, and in the application, the step "modifying a mirror layer corresponding to an original container to obtain the first target container" is a specific implementation method, as shown in fig. 3, and the method includes:
s201, adding a new mirror image layer on a mirror image layer corresponding to an original container to obtain a customized mirror image layer; the new mirroring layer includes a script configuration file for the container environment.
Wherein, the new mirror image layer is also called docker in docker layer, i.e. the mirror image layer implanted with docker environment. The customized mirror layer comprises a mirror layer corresponding to the original container and a new mirror layer. In this embodiment, when a node needs to create a first target container, a mirror layer corresponding to an original container may be obtained first, and then a docker in docker layer is added to the mirror layer corresponding to the original container, so as to obtain a customized mirror (as shown in fig. 3A).
S202, creating a first target container according to the customized mirror image layer.
After the node obtains the customized mirror layer based on the method of S201, a first target container may be created according to the customized mirror, and the first target container has a docker environment required by container operation. It should be noted that, after the first target container is created, the docker in the first target container points to the corresponding node where the first target container is located, and all container and mirror image information under the node where the first target container is located may be obtained, so that a user may query any container and mirror image information on the node where the first target container is located later.
In practical application, if a docker command is directly exposed to a container user, the container user can detect other container information of a node where the container is located, and certain security risk exists. Therefore, part of the docker command in the container needs to be packaged to be hidden from a container user, and the application aims at the problem that an operation tool (also called docker command line tool) is implanted in the container in advance to limit the operation of the container user and ensure the safe operation of the container. Based on the application, when the first target container is implanted with the operation tool in advance, the step "modify the original container to obtain the first target container" as shown in fig. 4 includes:
s301, adding an installation package of the operation tool in the environment editing file in the original container.
The environment editing file is also called dockerfile and is used for compiling an installation file of the operation tool, so that the operation tool can be conveniently implanted into the first target container. In addition, when the installation text of the operation tool is written in the environment editing file, the authority can be set for the container operation command contained in the operation tool, so that the condition that all container operation commands are directly exposed to users can be avoided, and potential safety hazards caused by the fact that local users can directly operate containers of other users can be avoided.
In this embodiment, when a node needs to create a first target container, so that the first target container has an operation tool and an interface required by container operation, an installation package of the operation tool may be directly added to the dockerfile of an original container, so that the added dockerfile is executed later to complete automatic installation of the operation tool.
And S302, installing an operation tool in the original container according to the installation package of the operation command tool.
In this embodiment, after the node adds the installation package of the operation tool to the dockerfile of the original container, and then runs the mirror image including the dockerfile, the operation tool may be automatically installed inside the original container to obtain the created first target container, and the first target container has a function operated by the container user, and specifically, the container user may input the container processing task to be executed through the interface provided by the installed operation command line tool, so that the node drives the first target container to execute the corresponding container processing task. In fact, the operation tool provides a channel for the container user to interact information with the first target container, and also provides a channel for the container user to interact information with a server connected with the node. Therefore, the container processing method provided by the application can automatically complete the related tasks of container processing according to the requirements of container users, and compared with the traditional container processing method in a container cluster system, the container processing method also needs to be manually operated by a container cluster administrator to execute the container processing.
In some scenarios, after the container environment of the first target container is saved to the mirror image, the node where the first target container is located may also save the mirror image of the first target container, so that a user may create a corresponding container according to the saved mirror image, and on the basis of the embodiment shown in fig. 2, the step of saving the container environment of the first target container to the mirror image further includes the following steps: adding a label to the mirror image and storing the mirror image in a preset mirror image warehouse; the label comprises a container name, a user name and a storage time stamp corresponding to the mirror image.
In this embodiment, after the node where the first target container is located stores the container environment of the first target container to the mirror image, in order to facilitate the container user to query in the later period, or reuse the mirror image in other nodes in the container cluster system, the node further needs to upload the mirror image to a mirror image warehouse for use by the container cluster, and add a label to the mirror image, where the label is generated by a container name, a user name, and a storage timestamp, so as to ensure the uniqueness of the mirror image.
In some scenarios, before the step S101, the node where the first target container is located needs to generate a first instruction, so that the first target container may send the first instruction to the server. On the basis of the embodiment shown in fig. 2, before the step S101 "driving the first target container to send the first instruction to the server", as shown in fig. 5, the method further includes the steps of:
s401, receiving a container processing command input by a user through an operation interface provided by an operation tool.
In this embodiment, when a user needs to execute a task related to container processing, a command related to container processing, such as a save container command, a create container command, a query container command, etc., may be input on an operation interface on a node where the first target container is located. When the user inputs a process container command on the operation interface, the first target container may receive the process container command. It should be noted that the operation interface is provided for an operation command line tool installed on the first target container.
S402, converting the processing container command into a first instruction.
When the first target container receives a processing container command input by a user, the processing container command can be analyzed, and a first instruction which can be sent by the first target container is generated according to the processing container command, so that a server connected with the node can normally receive the first instruction.
In practical application, when a user needs to specifically execute a task of creating a container, where the first instruction includes a container creation instruction, before "driving a first target container to send the first instruction to a server" in S101 in the foregoing embodiment, as shown in fig. 6, the method further includes:
s501, driving the first target container to call a query command in the operation tool, and querying a preset database to obtain container information of a second target container; the second target container is the container that needs to be created.
The preset database may be a local database on a node, a database built by a server, or a cloud database, and this embodiment is not limited. In this embodiment, when the node where the first target container is located needs to create the second target container, the query command in the operation tool may be invoked first, and the container information needed to create the second target container is obtained by querying from the preset database, so as to be used later.
S502, adding the container information to the container creating instruction so that the server creates a second target container according to the container information carried in the container creating instruction.
In this embodiment, when the node acquires the container information of the second target container that needs to be created, the container information may be added to the container creation instruction, and the container creation instruction is sent to the server, so that the server may execute an operation related to creating the second target container according to the container information carried in the container creation instruction, thereby completing a task of creating the second target container.
The embodiment realizes the automatic container creating function in the container cluster system, when a user needs to create a new container, the first target container can be driven to send a container creating instruction to the server, and the server is instructed to create the new container according to the container information carried in the container creating instruction.
Fig. 2 to fig. 6 are method steps implemented by a node side corresponding to a user end in a container cluster system, and an implementation process of a node side corresponding to a service end in the container cluster system is described below with reference to fig. 7 to fig. 9 as an example.
Fig. 7 is a flowchart of a container processing method according to an embodiment, where an execution subject of the method is a node corresponding to the server in fig. 1, and the server assists the node corresponding to the client in completing a specific process of automatically processing a first target container. As shown in fig. 7, the method specifically includes the following steps (for explanation, the execution subjects of the embodiments in fig. 7-9 are all nodes corresponding to the server, and are hereinafter referred to as the server):
s601, receiving a first instruction sent by a first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user.
The content of the method described in this embodiment corresponds to the step of S101 in the embodiment of fig. 2, and for the specific description, reference is made to the foregoing description, and redundant description is not repeated here.
S602, according to the first parameter of the container, acquiring a second parameter of the container of the first target container by calling a query command in the container cluster management program.
The content of the method described in this embodiment corresponds to the step of S102 in the embodiment of fig. 2, and for the specific description, reference is made to the foregoing description, and redundant description is not repeated here.
And S603, sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
And after the server side acquires the second container parameter of the first target container, the second container parameter can be sent to the node where the first target container is located, so that the node drives the first target container to send the second container parameter, calls a container processing command in the operation tool and performs processing operation on the first target container. This process corresponds to step S103 in the embodiment of fig. 2, and please refer to the foregoing description for specific description, so that the redundant description is not repeated here.
In practical applications, when the user needs to specifically execute a task of saving a container, where the first instruction includes a container saving instruction, and the processing container command includes a container saving command, the "performing processing operation on the first target container" in S603 in the embodiment specifically includes the steps of: the container environment of the first target container is saved to the mirror image. The process described in this embodiment corresponds to the description of step S103 in the previous embodiment, and for a specific description, reference is made to the foregoing description, and no redundant description is repeated here.
When a user needs to create a container, where the first instruction includes a container creation instruction, the method described in the embodiment of fig. 7, as shown in fig. 8, further includes:
s701, extracting container information of a second target container from the container creating instruction; the second target container is a container that needs to be created.
After receiving the container creation command sent by the first target container, the server may further extract the container information of the second target container from the container creation command for later use.
S702, according to the container information, a second target container is created by calling a creation command in the container cluster management program.
When the server side extracts the container information of the second target container from the container creating instruction, the container cluster management program can be called, and the second target container is created directly according to the container information through the creating command. Optionally, the server may also send the container information to other nodes, and drive the other nodes to create a second target container according to the container information.
In some scenarios, after step S701, the server may further create a second target container according to a mirror image corresponding to the container information in the container creation instruction, so that after "extracting the container information of the second target container from the container creation instruction" in step S701, as shown in fig. 9, the process of creating the second target container may further include:
s801, according to the container information, inquiring in a mirror image warehouse to obtain a mirror image corresponding to the container information.
In this application, after the server extracts the container information in the container creation instruction, the server may also query the mirror repository to obtain a mirror image corresponding to the container information, so as to use the mirror image later.
In practical application, after the server receives the container creation instruction sent by the first target container, the server may further store the container information in the container creation instruction to a database for use when other nodes access and create the container. It should be noted that the database may be a database built by a server, a cloud database, or a database built by a cluster management server, and this embodiment is not limited.
And S802, creating a second target container according to the mirror image.
And after the server side queries the mirror image corresponding to the container information in the mirror image warehouse, a second target container can be created according to the queried mirror image.
In summary, the present application further provides a container cluster system, as shown in fig. 10, the container cluster system includes: the nodes corresponding to the user sides and the nodes corresponding to the service sides, wherein the nodes corresponding to the user sides comprise a plurality of first target containers, the nodes corresponding to the service sides are connected with the nodes corresponding to the user sides through a network, and meanwhile, information interaction is carried out between the nodes corresponding to the service sides and the containers on the nodes corresponding to the user sides, so that the processing service of each container on the nodes according to the user requirements is realized. The method for preserving a container by using the system shown in fig. 10, as shown in fig. 11, includes:
s900, creating a first target container, wherein a docker environment and a container operation command line tool are implanted into the first target container in advance;
and S901, sending a container storage instruction to a server.
S902, receiving a container saving instruction sent by the first target container.
S903, extracting the IP address or the host name of the container from the container storage instruction, and acquiring the container ID of the first target container by calling a query command in the container cluster management program according to the IP address or the host name of the container.
S904, the container ID is sent to the first target container.
S905, receiving the container ID of the first target container.
S906, according to the container ID, calling a container saving command in the container operation command line tool, and saving the container environment of the first target container to the mirror image.
The descriptions of the steps in the above embodiments correspond to the steps in the above embodiments, and please refer to the descriptions in the above embodiments for details, so that the descriptions will not be repeated.
The present application further provides a method for creating a container based on the system shown in fig. 10, as shown in fig. 12, including:
s1001, creating a first target container, wherein a docker environment and a container operation command line tool are implanted into the first target container in advance;
s1002, driving the first target container to call a query command in the container operation command line tool, and querying a preset database to obtain container information of a second target container; the second target container is the container that needs to be created.
S1003, adding the container information to the container creation instruction.
And S1004, sending the container creation instruction to the server.
S1005, receiving a container creating instruction sent by the first target container.
S1006, extracting the container information from the container creating instruction, and creating a second target container by calling a container creating command in the container cluster management program according to the container information.
The descriptions of the steps in the above embodiments correspond to the steps in the above embodiments, and please refer to the descriptions in the above embodiments for details, so that the descriptions will not be repeated.
In summary, the container processing method provided by the present application achieves the functions of automatically storing and creating containers at each node in the container cluster system, and does not need manual intervention to perform operations of storing or creating containers, thereby saving human resources and greatly improving the operation efficiency of the container cluster system.
It should be understood that although the various steps in the flowcharts of fig. 2-9, 11 and 12 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-9, 11, and 12 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential.
In one embodiment, as shown in fig. 13, there is provided a container processing apparatus comprising: a first sending module 11, a first receiving module 12 and a saving module 13, wherein:
the first sending module 11 is configured to drive the first target container to send the first instruction to the server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the first receiving module 12 is configured to drive the first target container to receive a container second parameter of the first target container sent by the server according to the container first parameter;
and the saving module 13 is configured to drive the first target container to invoke a processing container command in the operation tool according to the second container parameter, so as to perform processing operation on the first target container.
In one embodiment, as shown in fig. 14, there is provided a container processing apparatus comprising: a second receiving module 21, a querying module 22 and a second sending module 23, wherein:
the second receiving module 21 is configured to receive a first instruction sent by a first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the query module 22 is configured to obtain a second container parameter of the first target container by calling a query command in the container cluster management program according to the first container parameter;
the second sending module 23 is configured to send the second container parameter to the first target container, so that the first target container invokes a process container command in the operation tool to perform a processing operation on the first target container.
For specific limitations of the container treatment device, reference may be made to the above limitations of a container treatment method, which are not described in detail herein. The respective modules in the container processing apparatus described above may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 15. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a container handling method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 15 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
driving a first target container to send a first instruction to a server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the container operation tool is used for providing an operation interface for executing a container processing task for a user;
driving a first target container to receive a container second parameter of the first target container sent by a server according to the container first parameter;
and driving the first target container to call a processing container command in the operation tool according to the second container parameter, and performing processing operation on the first target container.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
receiving a first instruction sent by a first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
acquiring a second container parameter of the first target container by calling a query command in the container cluster management program according to the first container parameter;
and sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
The implementation principle and technical effect of the computer device provided by the above embodiment are similar to those of the above method embodiment, and are not described herein again.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, the computer program, when executed by a processor, further implementing the steps of:
driving a first target container to send a first instruction to a server; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the container operation tool is used for providing an operation interface for executing a container processing task for a user;
driving a first target container to receive a container second parameter of the first target container sent by a server according to the container first parameter;
and driving the first target container to call a processing container command in the operation tool according to the second container parameter, and performing processing operation on the first target container.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, the computer program, when executed by a processor, further implementing the steps of:
receiving a first instruction sent by a first target container; the first instruction carries a first container parameter of a first target container; the interior of the first target container is pre-implanted with an operation tool; the operation tool is used for providing an operation interface for executing the container processing task for a user;
acquiring a second container parameter of the first target container by calling a query command in the container cluster management program according to the first container parameter;
and sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
The implementation principle and technical effect of the computer-readable storage medium provided by the above embodiments are similar to those of the above method embodiments, and are not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (17)

1. A container processing method is applied to a user side, and the method comprises the following steps:
driving a first target container to send a first instruction to a server; the first instruction carries a first container parameter of the first target container; an internal pre-implantation operative tool of the first target container; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the first target container is driven to receive a container second parameter of the first target container sent by the server according to the container first parameter;
and driving the first target container to call a container processing command in the operation tool according to the second container parameter so as to perform processing operation on the first target container.
2. The method of claim 1, wherein the first instruction comprises a container save instruction, wherein the process container command comprises a save container command, and wherein performing the process operation on the first target container comprises:
saving the container environment of the first target container to a mirror image.
3. The method of claim 1 or 2, wherein the creating of the first target container comprises:
and modifying the mirror image layer corresponding to the original container to obtain the first target container.
4. The method of claim 3, wherein the first target container is pre-implanted in a container environment, and the modifying the mirror layer corresponding to the original container to obtain the first target container comprises:
adding a new mirror image layer on the mirror image layer corresponding to the original container to obtain a customized mirror image layer; the new mirror layer comprises a script configuration file of the container environment;
and creating the first target container according to the customized mirror layer.
5. The method of claim 4, wherein the first target container is pre-implanted with an operational tool, and wherein modifying the original container to obtain the first target container further comprises:
adding an installation package of the operation tool in an environment editing file inside the original container;
and installing the operation line tool in the original container according to the installation package of the operation tool.
6. The method of claim 2, wherein after saving the container environment of the first target container to a mirror image, the method further comprises:
adding a label to the mirror image and storing the mirror image in a preset mirror image warehouse; the label comprises a container name, a user name and a storage time stamp corresponding to the mirror image.
7. The method of claim 1, wherein before the driving the first target container to send the first instruction to the server, the method further comprises:
receiving a processing container command input by a user through an operation interface provided by the operation tool;
converting the process container command into the container processing instruction.
8. The method of claim 1, wherein the first instruction comprises a container creation instruction, and before the driving the first target container to send the first instruction to the server, the method further comprises:
the first target container is driven to call a query command in the operation tool, and container information of a second target container is obtained by querying from a preset database; the second target container is a container needing to be created;
and adding the container information to the container creating instruction so that the server creates the second target container according to the container information carried in the container creating instruction.
9. A container processing method, applied to a server, the method comprising:
receiving a first instruction sent by a first target container; the first instruction carries a first container parameter of the first target container; an internal pre-implantation operative tool of the first target container; the operation tool is used for providing an operation interface for executing the container processing task for a user;
acquiring a container second parameter of the first target container by calling a query command in a container cluster management program according to the container first parameter;
and sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
10. The method of claim 9, wherein the first instruction comprises a container save instruction, wherein the process container command comprises a save container command, and wherein performing the process operation on the first target container comprises:
saving the container environment of the first target container to a mirror image.
11. The method of claim 9, wherein the first instruction comprises a container creation instruction, the method further comprising:
extracting container information of a second target container from the container creating instruction; the second target container is a container needing to be created;
and according to the container information, creating the second target container by calling a creation command in a container cluster management program.
12. The method according to claim 11, wherein the container information includes at least one of a container name, a container ID, a container user name, and a container IP address, and after the extracting the container information of the second target container from the container creating instruction, the method further includes:
according to the container information, inquiring in a mirror image warehouse to obtain a mirror image corresponding to the container information;
and creating the second target container according to the mirror image.
13. The method of claim 10, wherein after extracting the container information of the second target container from the container creation instruction, the method further comprises:
and storing the container information to a database.
14. A container handling apparatus, the apparatus comprising:
the first sending module is used for driving the first target container to send the first instruction to the server; the first instruction carries a first container parameter of the first target container; an internal pre-implantation operative tool of the first target container; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the first receiving module is used for driving the first target container to receive a container second parameter of the first target container sent by the server according to the container first parameter;
and the storage module is used for driving the first target container to call a processing container command in the operation tool according to the container second parameter so as to perform processing operation on the first target container.
15. A container handling apparatus, the apparatus comprising:
the second receiving module is used for receiving a first instruction sent by the first target container; the first instruction carries a first container parameter of the first target container; an internal pre-implantation operative tool of the first target container; the operation tool is used for providing an operation interface for executing the container processing task for a user;
the query module is used for acquiring a second container parameter of the first target container by calling a query command in a container cluster management program according to the first container parameter;
and the second sending module is used for sending the second container parameter to the first target container so that the first target container calls a processing container command in the operation tool to perform processing operation on the first target container.
16. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 13 when executing the computer program.
17. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 13.
CN201911107284.3A 2019-11-13 2019-11-13 Container processing method, device, computer equipment and storage medium Active CN111026499B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911107284.3A CN111026499B (en) 2019-11-13 2019-11-13 Container processing method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911107284.3A CN111026499B (en) 2019-11-13 2019-11-13 Container processing method, device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111026499A true CN111026499A (en) 2020-04-17
CN111026499B CN111026499B (en) 2021-09-17

Family

ID=70205467

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911107284.3A Active CN111026499B (en) 2019-11-13 2019-11-13 Container processing method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111026499B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597518A (en) * 2020-04-21 2020-08-28 云知声智能科技股份有限公司 Docker engine user authority security control method and device
CN111880832A (en) * 2020-08-03 2020-11-03 上海嗨酷强供应链信息技术有限公司 Mirror image management method based on docker containerization technology

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104991815A (en) * 2015-06-19 2015-10-21 北京奇虎科技有限公司 Docker container management method and system
US20180075152A1 (en) * 2016-09-13 2018-03-15 Verizon Patent And Licensing Inc. Containerization of network services
CN108958981A (en) * 2018-07-24 2018-12-07 广东浪潮大数据研究有限公司 A kind of mirror image store method and relevant apparatus based on docker
CN109525624A (en) * 2017-09-20 2019-03-26 腾讯科技(深圳)有限公司 A kind of container login method, device and storage medium
US20190179678A1 (en) * 2017-12-07 2019-06-13 International Business Machines Corporation Computer server application execution scheduling latency reduction
CN110019081A (en) * 2017-07-20 2019-07-16 中兴通讯股份有限公司 Data persistence processing method, device, system and readable storage medium storing program for executing
CN110333877A (en) * 2019-07-09 2019-10-15 西安点告网络科技有限公司 Visualized container configuring management method, apparatus and system based on application
EP3561672A1 (en) * 2015-04-07 2019-10-30 Huawei Technologies Co., Ltd. Method and apparatus for a mobile device based cluster computing infrastructure

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3561672A1 (en) * 2015-04-07 2019-10-30 Huawei Technologies Co., Ltd. Method and apparatus for a mobile device based cluster computing infrastructure
CN104991815A (en) * 2015-06-19 2015-10-21 北京奇虎科技有限公司 Docker container management method and system
US20180075152A1 (en) * 2016-09-13 2018-03-15 Verizon Patent And Licensing Inc. Containerization of network services
CN110019081A (en) * 2017-07-20 2019-07-16 中兴通讯股份有限公司 Data persistence processing method, device, system and readable storage medium storing program for executing
CN109525624A (en) * 2017-09-20 2019-03-26 腾讯科技(深圳)有限公司 A kind of container login method, device and storage medium
US20190179678A1 (en) * 2017-12-07 2019-06-13 International Business Machines Corporation Computer server application execution scheduling latency reduction
CN108958981A (en) * 2018-07-24 2018-12-07 广东浪潮大数据研究有限公司 A kind of mirror image store method and relevant apparatus based on docker
CN110333877A (en) * 2019-07-09 2019-10-15 西安点告网络科技有限公司 Visualized container configuring management method, apparatus and system based on application

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BERNSTEIN D: "Containers and cloud: From LXC to docker to Kubernetes", 《IEEE》 *
张浩: "基于Kubernetes的数据中心异构容器运行时设计与实现", 《中国优秀硕士学位论文全文数据库》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597518A (en) * 2020-04-21 2020-08-28 云知声智能科技股份有限公司 Docker engine user authority security control method and device
CN111597518B (en) * 2020-04-21 2023-05-05 云知声智能科技股份有限公司 Method and device for controlling user permission security of Docker engine
CN111880832A (en) * 2020-08-03 2020-11-03 上海嗨酷强供应链信息技术有限公司 Mirror image management method based on docker containerization technology

Also Published As

Publication number Publication date
CN111026499B (en) 2021-09-17

Similar Documents

Publication Publication Date Title
CN108446116B (en) Application program page generation method and device, computer equipment and storage medium
CN109814854B (en) Project framework generation method, device, computer equipment and storage medium
WO2022142312A1 (en) Page processing method and apparatus, computer device and storage medium
CN111026499B (en) Container processing method, device, computer equipment and storage medium
WO2020199594A1 (en) Service component loading method and apparatus, and computer device and storage medium
CN109657177A (en) The generation method of the page, device, storage medium and computer equipment after upgrading
CN111190609B (en) Service processing method, device, equipment and storage medium
KR20220053963A (en) Apparatus, method and computer readable medium for providing service for design/interpretation product via online
US11263297B2 (en) Dynamic insertion of variablized secrets in a pipeline integration system
CN111222153A (en) Application program authority management method and device and storage medium
CN111447136B (en) Message pushing method and device, computer equipment and storage medium
CN115221156A (en) Database cluster capacity expansion method and device, computer equipment and storage medium
CN109902257B (en) Resource access method, device, computer equipment and storage medium
CN111241249A (en) Man-machine conversation method, device, computer equipment and storage medium
CN112287265B (en) Asynchronous event driven based file conversion method and system
CN110795162A (en) Method and device for generating container mirror image file
CN114417202A (en) Artificial intelligence-based mixed page skipping method, device and equipment
CN112559248B (en) Preprocessing service recovery method, device, equipment and storage medium
CN114489850A (en) Calling method and device of design software, computer equipment and storage medium
CN111596953A (en) Version management system, development data transmission control method and related device
CN115334152B (en) Method for submitting structured machine learning calculation task to calculation cluster
US10680905B1 (en) Application help desk
CN112306337B (en) Conference same screen system, method and device, computer equipment and storage medium
CN112257004B (en) Method, device, server and storage medium for page backup
CN113805968B (en) Function execution method and device of application program, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant