CN105808318B - Information processing method and electronic equipment - Google Patents

Information processing method and electronic equipment Download PDF

Info

Publication number
CN105808318B
CN105808318B CN201610127938.9A CN201610127938A CN105808318B CN 105808318 B CN105808318 B CN 105808318B CN 201610127938 A CN201610127938 A CN 201610127938A CN 105808318 B CN105808318 B CN 105808318B
Authority
CN
China
Prior art keywords
virtual machine
port
application container
container engine
target application
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.)
Active
Application number
CN201610127938.9A
Other languages
Chinese (zh)
Other versions
CN105808318A (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.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN201610127938.9A priority Critical patent/CN105808318B/en
Publication of CN105808318A publication Critical patent/CN105808318A/en
Application granted granted Critical
Publication of CN105808318B publication Critical patent/CN105808318B/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

Abstract

The embodiment of the application provides an information processing method and electronic equipment, which are used for achieving the technical effect of rapidly entering an application container engine to operate an application. The method comprises the following steps: obtaining an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine; accessing the target application container engine through the first virtual machine interface based on the access command.

Description

Information processing method and electronic equipment
Technical Field
The present invention relates to the field of electronic technologies, and in particular, to an information processing method and an electronic device.
Background
Since the physical limitation of the computer is broken by the virtual machine, in the prior art, in order to save physical resources, a plurality of virtual machines are generally deployed on the physical machine. Further, if an application is to be deployed in a virtual machine, an application container engine docker needs to be deployed in the virtual machine, and the application is deployed in the docker.
Due to the deployment in the prior art, for example, to change, debug or upgrade an application, a physical machine needs to be logged in first. And then logging in the virtual machine where the target application is located on the physical machine. And after entering the virtual machine, finally entering a docker where the target application is located to operate the target application.
Therefore, the technical problem that the steps are complicated exists when the application in the virtual machine is operated in the prior art.
Disclosure of Invention
The embodiment of the application provides an information processing method and electronic equipment, which are used for achieving the technical effect of rapidly entering an application container engine to operate an application.
In a first aspect, the present application provides an information processing method, including:
obtaining an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
accessing the target application container engine through the first virtual machine interface based on the access command.
Optionally, before obtaining the access command for accessing the target application container engine in the virtual machine, the method further includes:
associating a port of the target application container engine with the first virtual machine port; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
Optionally, after associating the port of the target application container engine with the first virtual machine port, the method further includes:
acquiring an incidence relation between an application container engine port and a virtual machine port based on the virtual machine port corresponding to the port of each application container engine in the interfaces of a plurality of application container engines deployed in the virtual machine;
wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
Optionally, after obtaining the association relationship between the application container engine port and the virtual machine port, the method further includes:
obtaining the target application container engine needing to be accessed;
determining the first virtual machine port associated with the target application container engine based on the incidence relation between the application container engine port and the virtual machine port;
generating the access command based on the first virtual machine port.
Optionally, obtaining an access command for accessing a target application container engine in a virtual machine includes:
the access instruction is obtained based on a secure shell protocol.
In a second aspect, the present application provides an electronic device comprising:
a first obtaining unit, configured to obtain an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
and the access unit is used for accessing the target application container engine through the first virtual machine interface based on the access command.
Optionally, the electronic device further includes:
an association unit, configured to associate a port of a target application container engine with the first virtual machine port before obtaining an access command for accessing the target application container engine in a virtual machine; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
Optionally, the electronic device further includes:
a second obtaining unit, configured to, after associating the port of the target application container engine with the first virtual machine port, obtain an association relationship between an application container engine port and a virtual machine port based on a virtual machine port corresponding to a port of each application container engine in interfaces of multiple application container engines deployed in the virtual machine; wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
Optionally, the electronic device further includes:
a third obtaining unit, configured to obtain the target application container engine that needs to be accessed after obtaining an association relationship between an application container engine port and a virtual machine port;
a determining unit, configured to determine, based on an association relationship between the application container engine port and a virtual machine port, the first virtual machine port associated with the target application container engine;
a generating unit, configured to generate the access command based on the first virtual machine port.
Optionally, the first obtaining unit is configured to obtain the access instruction based on a secure shell protocol.
One or more technical solutions in the embodiments of the present application have at least one or more of the following technical effects:
in the technical scheme of the embodiment of the application, an access command for accessing a target application container engine in a virtual machine is obtained; the access command comprises a first virtual machine port of the virtual machine, and the first virtual machine port is associated with a port of a target application container engine in the virtual machine; further, the target application container engine is accessed through the first virtual machine interface based on the access command. As can be seen, since the port of the target application container engine in the embodiment of the present application is associated with the first virtual machine port of the virtual machine, when the target application container engine needs to be accessed, the target application container engine can be accessed through the first virtual port. Therefore, the target application container engine which firstly enters the virtual machine and then enters the virtual machine is not needed as the prior art. Therefore, the technical effects of reducing operation steps and quickly accessing the application container engine are achieved.
Drawings
FIG. 1 is a flow chart of an information processing method in an embodiment of the present application;
FIG. 2 is a diagram illustrating a manner in which a docker port and a virtual machine port correspond to each other in an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
The embodiment of the application provides an information processing method and electronic equipment, which are used for achieving the technical effect of rapidly entering an application container engine to operate an application.
In order to solve the technical problems, the technical scheme provided by the application has the following general idea:
in the technical scheme of the embodiment of the application, an access command for accessing a target application container engine in a virtual machine is obtained; the access command comprises a first virtual machine port of the virtual machine, and the first virtual machine port is associated with a port of a target application container engine in the virtual machine; further, the target application container engine is accessed through the first virtual machine interface based on the access command. As can be seen, since the port of the target application container engine in the embodiment of the present application is associated with the first virtual machine port of the virtual machine, when the target application container engine needs to be accessed, the target application container engine can be accessed through the first virtual port. Therefore, the target application container engine which firstly enters the virtual machine and then enters the virtual machine is not needed as the prior art. Therefore, the technical effects of reducing operation steps and quickly accessing the application container engine are achieved.
The technical solutions of the present invention are described in detail below with reference to the drawings and specific embodiments, and it should be understood that the specific features in the embodiments and examples of the present invention are described in detail in the technical solutions of the present application, and are not limited to the technical solutions of the present application, and the technical features in the embodiments and examples of the present application may be combined with each other without conflict.
The term "and/or" herein is merely an association describing an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
A first aspect of the present application provides an information processing method, which is a flowchart of an information processing method in an embodiment of the present application, as shown in fig. 1. The method comprises the following steps:
s101: an access command for accessing a target application container engine in a virtual machine is obtained.
S102: accessing the target application container engine through the first virtual machine interface based on the access command.
First, an access command representing a target application container engine docker for accessing a virtual machine is obtained from an upper layer application. In the embodiment of the present application, the access instruction is obtained based on SSH (Secure Shell protocol). The access instruction includes at least a first virtual machine port. The virtual machine where the target docker is located has a plurality of ports, and the first virtual machine port is any one of the plurality of ports.
In this embodiment of the present application, the first virtual machine port is associated with a port of a target docker. Specifically, in this embodiment of the present application, the first virtual machine port is associated with a port of a target docker, which means that the target docker port is mapped to the first virtual port, or the target docker port is set to be equivalent to the first virtual machine port.
Since the first virtual machine port is associated with the port of the target docker, in S102, when the first virtual machine port accesses the target docker based on the access command, the target docker can be accessed, and the application in the target docker is updated, debugged, or modified.
As can be seen, since the first virtual machine port in the embodiment of the present application is associated with the port of the target docker, when the target docker needs to be accessed, the target docker can be accessed from the first virtual machine port. Furthermore, as in the prior art, it is not necessary to access the virtual machine from the first virtual machine port first, and then access the docker from the virtual machine through the target docker port. Therefore, the operation steps for accessing the target docker in the embodiment of the application are simpler, and the technical effect of quickly accessing the docker is achieved.
Optionally, the first virtual machine port and the target docker may be associated by default, or may be set automatically by the electronic device or according to a user selection. Specifically, if the setting is performed automatically or according to a user selection by the electronic device, after S101, the method further includes:
associating a port of the target application container engine with the first virtual machine port; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
Specifically, before obtaining the access instruction in S101, the electronic device needs to associate the port of the target docker with the first virtual port. Specifically, the virtual machine in the embodiment of the present application includes at least one virtual machine port, and the first virtual machine port is any one port selected by a user or an electronic device from among the at least one virtual machine port.
After the first virtual machine port is determined from the at least one virtual machine port, the port of the target docker is associated with the first virtual machine port. Specifically, the first virtual machine port is mapped to a port of the target docker. Therefore, when a subject accesses the first virtual machine port, the subject can directly access the target docker.
Further, in addition to associating the first virtual machine port with the port of the target dockee, similar processing may be performed for each port of the dockee if the virtual machine includes a plurality of dockees. That is, a plurality of virtual machine ports are associated with the ports of each of the plurality of dockers, respectively.
Therefore, after associating the target docker with the first virtual machine port, the method may further include:
acquiring an incidence relation between an application container engine port and a virtual machine port based on the virtual machine port corresponding to the port of each application container engine in the interfaces of a plurality of application container engines deployed in the virtual machine;
wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
Specifically, in the embodiment of the present application, a port of each docker is associated with one virtual machine port, and the virtual machine ports associated with each docker port are different, and the docker ports associated with each virtual machine port associated with a docker port are also different. Therefore, the association of virtual machine ports and docker ports is one-to-one.
Therefore, in order to facilitate the electronic device to access the corresponding virtual machine port when it is necessary to access the docker, in the embodiment of the present application, an association relationship between the docker port and the virtual machine port is obtained based on the virtual machine port corresponding to each docker port.
For example, as shown in fig. 2, it is assumed that a total of two virtual machines, i.e., virtual machine 1 and virtual machine 2, are located on the electronic device. Two dockers, namely docker11 and docker12, are arranged in the virtual machine 1. The port of docker11 is a1 and the port of docker12 is a 2. Virtual machine 1 includes at least two virtual machine interfaces, a1 and a 2. Two dockers in the virtual machine 2 are docker21 and docker 22. The port of Docker21 is b1 and the port of Docker22 is b 2. The virtual machine 2 includes at least two virtual machine interfaces B1 and B2.
In the virtual machine 1, a port a1 of docker11 is associated with a virtual machine interface a2, and a port a2 of docker12 is associated with a virtual machine interface a 1; port B1 of docker21 is associated with virtual machine interface B1 and port B2 of docker22 is associated with virtual machine interface B2. Therefore, based on the association condition between each docker port and the virtual machine port, the association relationship between the docker port and the virtual machine port, for example, as shown in table 1, is obtained.
TABLE 1
Docker port Virtual machine interface
a1 A2
a2 A1
b1 B1
b2 B2
Further, after obtaining the association relationship between the docker port and the virtual machine port, the method further includes:
obtaining the target application container engine needing to be accessed;
determining the first virtual machine port associated with the target application container engine based on the incidence relation between the application container engine port and the virtual machine port;
generating the access command based on the first virtual machine port.
Specifically, the electronic device obtains a target docker that the upper layer needs to access. In order to quickly access the target docker, the electronic device obtains the association relationship between the docker port and the virtual machine port. Then, a target docker is found in the association relationship between the docker port and the virtual machine port, and a first virtual machine port associated with the target docker is read. Finally, an access instruction is generated based on the first virtual machine port.
For example, referring to fig. 2 and table 1, assume that the target docker to be accessed is obtained as docker 12. The electronic device obtains table 1, and queries in table 1 that the virtual machine interface associated with port a2 of docker12 is the a1 port of virtual machine 1. Further, an access instruction including an a1 port is generated.
Based on the same inventive concept as the information processing method in the foregoing embodiment, a second aspect of the present application further provides an information processing method, as shown in fig. 3, including:
a first obtaining unit 301, configured to obtain an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
an accessing unit 302, configured to access the target application container engine through the first virtual machine interface based on the access command.
Further, the electronic device further includes:
an association unit, configured to associate a port of a target application container engine with the first virtual machine port before obtaining an access command for accessing the target application container engine in a virtual machine; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
Still further, the electronic device further includes:
a second obtaining unit, configured to, after associating the port of the target application container engine with the first virtual machine port, obtain an association relationship between an application container engine port and a virtual machine port based on a virtual machine port corresponding to a port of each application container engine in interfaces of multiple application container engines deployed in the virtual machine; wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
Still further, the electronic device further includes:
a third obtaining unit, configured to obtain the target application container engine that needs to be accessed after obtaining an association relationship between an application container engine port and a virtual machine port;
a determining unit, configured to determine, based on an association relationship between the application container engine port and a virtual machine port, the first virtual machine port associated with the target application container engine;
a generating unit, configured to generate the access command based on the first virtual machine port.
Specifically, the first obtaining unit 301 is configured to obtain the access instruction based on a secure shell protocol.
Various changes and specific examples of the information processing method in the foregoing embodiments of fig. 1-2 are also applicable to the electronic device of this embodiment, and those skilled in the art can clearly know the implementation method of the electronic device in this embodiment through the foregoing detailed description of the information processing method, so that the detailed description is omitted here for the sake of brevity of the description.
One or more technical solutions in the embodiments of the present application have at least one or more of the following technical effects:
in the technical scheme of the embodiment of the application, an access command for accessing a target application container engine in a virtual machine is obtained; the access command comprises a first virtual machine port of the virtual machine, and the first virtual machine port is associated with a port of a target application container engine in the virtual machine; further, the target application container engine is accessed through the first virtual machine interface based on the access command. As can be seen, since the port of the target application container engine in the embodiment of the present application is associated with the first virtual machine port of the virtual machine, when the target application container engine needs to be accessed, the target application container engine can be accessed through the first virtual port. Therefore, the target application container engine which firstly enters the virtual machine and then enters the virtual machine is not needed as the prior art. Therefore, the technical effects of reducing operation steps and quickly accessing the application container engine are achieved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Specifically, the computer program instructions corresponding to an information processing method in the embodiment of the present application may be stored on a storage medium such as an optical disc, a hard disc, or a usb disk, and when the computer program instructions corresponding to the first information processing method in the storage medium are read or executed by an electronic device, the method includes the following steps:
obtaining an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
accessing the target application container engine through the first virtual machine interface based on the access command.
Optionally, the storage medium further stores other computer instructions, and the computer instructions perform the following steps: obtaining an access command for accessing a target application container engine in a virtual machine is performed, and when performed, comprises the steps of:
associating a port of the target application container engine with the first virtual machine port; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
Optionally, the storage medium further stores other computer instructions, and the computer instructions perform the following steps: the method is performed after associating a port of the target application container engine with the first virtual machine port, and comprises the following steps when executed:
acquiring an incidence relation between an application container engine port and a virtual machine port based on the virtual machine port corresponding to the port of each application container engine in the interfaces of a plurality of application container engines deployed in the virtual machine;
wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
Optionally, the storage medium further stores other computer instructions, and the computer instructions perform the following steps: the method is executed after obtaining the incidence relation between the application container engine port and the virtual machine port, and comprises the following steps when executed:
obtaining the target application container engine needing to be accessed;
determining the first virtual machine port associated with the target application container engine based on the incidence relation between the application container engine port and the virtual machine port;
generating the access command based on the first virtual machine port.
Optionally, the computer instructions stored in the storage medium and corresponding to the step of obtaining an access command for accessing a target application container engine in a virtual machine specifically include, in a specific executed process, the following steps:
the access instruction is obtained based on a secure shell protocol.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

1. An information processing method comprising:
obtaining a target application container engine needing to be accessed; determining a first virtual machine port associated with the target application container engine based on the incidence relation between the application container engine port and the virtual machine port;
generating an access command based on the first virtual machine port;
obtaining the access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
accessing the target application container engine through the first virtual machine interface based on the access command to update or modify an application in the target application container engine.
2. The method of claim 1, prior to obtaining an access command for accessing a target application container engine in a virtual machine, further comprising:
associating a port of the target application container engine with the first virtual machine port; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
3. The method of claim 2, after associating the port of the target application container engine with the first virtual machine port, further comprising:
acquiring an incidence relation between an application container engine port and a virtual machine port based on the virtual machine port corresponding to the port of each application container engine in the interfaces of a plurality of application container engines deployed in the virtual machine;
wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
4. The method of claim 1, wherein obtaining an access command for accessing a target application container engine in a virtual machine comprises:
the access command is obtained based on a secure shell protocol.
5. An electronic device, comprising:
a first obtaining unit, configured to obtain an access command for accessing a target application container engine in a virtual machine; wherein the access command comprises a first virtual machine port of the virtual machine, the first virtual machine port being associated with a port of the target application container engine in the virtual machine;
the access unit is used for accessing the target application container engine through the first virtual machine interface based on the access command so as to update or modify the application in the target application container engine;
wherein the electronic device further comprises:
a third obtaining unit, configured to obtain the target application container engine that needs to be accessed after obtaining an association relationship between an application container engine port and a virtual machine port;
a determining unit, configured to determine, based on an association relationship between the application container engine port and a virtual machine port, the first virtual machine port associated with the target application container engine;
a generating unit, configured to generate the access command based on the first virtual machine port.
6. The electronic device of claim 5, wherein the electronic device further comprises:
an association unit, configured to associate a port of a target application container engine with the first virtual machine port before obtaining an access command for accessing the target application container engine in a virtual machine; the virtual machine comprises at least one virtual machine port, and the first virtual machine port is any one of the at least one virtual machine port.
7. The electronic device of claim 6, wherein the electronic device further comprises:
a second obtaining unit, configured to, after associating the port of the target application container engine with the first virtual machine port, obtain an association relationship between an application container engine port and a virtual machine port based on a virtual machine port corresponding to a port of each application container engine in interfaces of multiple application container engines deployed in the virtual machine; wherein each application container engine port is associated with a virtual machine port, and the virtual machine ports associated with each application container engine port are all different.
8. The electronic device of claim 5, wherein the first obtaining unit is to obtain the access command based on a secure shell protocol.
CN201610127938.9A 2016-03-07 2016-03-07 Information processing method and electronic equipment Active CN105808318B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610127938.9A CN105808318B (en) 2016-03-07 2016-03-07 Information processing method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610127938.9A CN105808318B (en) 2016-03-07 2016-03-07 Information processing method and electronic equipment

Publications (2)

Publication Number Publication Date
CN105808318A CN105808318A (en) 2016-07-27
CN105808318B true CN105808318B (en) 2020-12-18

Family

ID=56467733

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610127938.9A Active CN105808318B (en) 2016-03-07 2016-03-07 Information processing method and electronic equipment

Country Status (1)

Country Link
CN (1) CN105808318B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107783818B (en) * 2017-10-13 2021-12-24 北京百度网讯科技有限公司 Deep learning task processing method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9250891B1 (en) * 2014-10-28 2016-02-02 Amazon Technologies, Inc. Optimized class loading
CN105376303A (en) * 2015-10-23 2016-03-02 深圳前海达闼云端智能科技有限公司 Docker implementation system and communication method thereof

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9075640B1 (en) * 2010-12-21 2015-07-07 Amazon Technologies, Inc. Sharing applications in a java virtual machine
CN102929690A (en) * 2012-11-07 2013-02-13 曙光云计算技术有限公司 Method and device for access control of virtual machines
CN104580496B (en) * 2015-01-22 2018-04-13 深圳先进技术研究院 A kind of virtual machine based on locum accesses system and server
CN105183535B (en) * 2015-08-05 2019-06-07 北京奇虎科技有限公司 The method and apparatus for accessing virtual machine

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9250891B1 (en) * 2014-10-28 2016-02-02 Amazon Technologies, Inc. Optimized class loading
CN105376303A (en) * 2015-10-23 2016-03-02 深圳前海达闼云端智能科技有限公司 Docker implementation system and communication method thereof

Also Published As

Publication number Publication date
CN105808318A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
US10797967B2 (en) Managing service deployment
CN111478961B (en) Multi-tenant service calling method and device
CN109995814B (en) Cloud host resource migration method and device, communication equipment and storage medium
CN106789363A (en) A kind of method and device to virtual machine configuration network interface card
CN106095563B (en) Flexible physical function and virtual function mapping
US8868793B2 (en) SAS expander system and method for dynamically allocating SAS addresses to SAS expander devices
WO2018090606A1 (en) Data storage method and device
CN104268229A (en) Resource obtaining method and device based on multi-process browser
CN103942088B (en) A kind of method for obtaining virtual machine USB storage device service condition
CN106126115A (en) A kind of method and device of the disk of EVM(extended virtual machine)
CN103677745B (en) A kind of method write in Loongson mainboard and read device identification
EP3262519A1 (en) Configuration of a memory controller for copy-on-write
CN104461603B (en) A kind of information processing method and electronic equipment
CN105808318B (en) Information processing method and electronic equipment
CN115454576B (en) Virtual machine process management method and system and electronic equipment
CN106648338B (en) Method and device for editing data
CN110471744A (en) Password amending method, device, equipment and computer readable storage medium
CN113515387B (en) Data processing method and device and electronic device
CN105930260B (en) A kind of system availability test method and device
CN108197196A (en) Determining method, apparatus, equipment and the storage medium of chip identification code
CN111124890B (en) Distributed database performance test method, system, terminal and storage medium
CN105956205B (en) It is a kind of to generate the strong method and device of HBASE row
CN107741872B (en) Auditing method and device for virtual machine identification and virtual machine identification system
CN111984510A (en) Performance test method and device of scheduling system
US9672040B2 (en) Apparatus and method for determining a cumulative size of trace messages generated by a plurality of instructions

Legal Events

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