Docker-based virtual router platform
A router and platform technology, applied in the direction of data exchange, digital transmission system, electrical components, etc. through path configuration, can solve problems such as waste, and achieve the effect of optimizing use and reducing costs
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0053] like figure 1 A kind of virtual router platform based on Docker shown, its construction includes the following steps:
[0054] S1: Construction of Docker technical architecture:
[0055] (1) Dockerfile: Dockerfile is a set of docker image construction scripts used to run the QEMU virtual machine in the Docker architecture. Docker automatically generates it by reading the instructions in the Dockerfile
[0056] QEMU virtual machine image, the code is as follows;
[0057] #Specify the base image, you can use any Linux distribution
[0058] FROM ubuntu
[0059] #Set working directory
[0060] WORKDIR /
[0061] #Install QEMU virtual machine software
[0062] RUN apk add --no-cache qemu-system-x86_64
[0063] #Set the image entry file, which contains the command for QEMU to start the virtual machine
[0064]ADD entrypoint.sh / entrypoint.sh
[0065] RUN chmod 755 / entrypoint.sh
[0066] CMD / entrypoint.sh
[0067] (2) Shell script: The shell script runs when the dock...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com