1
0
mirror of https://github.com/mveril/qp-demo synced 2024-06-02 11:25:27 +02:00
Go to file
2021-05-04 15:07:50 +02:00
examples Initial commit 2019-11-06 14:40:50 +01:00
Dockerfile Align version number to QP 2021-05-04 14:44:50 +02:00
Makefile Delete the compile-no-cache command which no longer applies 2021-04-30 13:28:42 +02:00
README.md Update repo name in README.md 2021-05-04 15:07:50 +02:00
run.sh Fix image name 2019-11-06 16:13:48 +01:00

qp_demo

qp_demo is the component used in the Quantum Package demo This repo contains - examples: Examples included with quantum package docker image.

There is no guarantee of success because its use the Quantum Package ./configure tool to install third party dependencies.

  • run.sh: run the image in the context of the demo. (With isolated network, a limited number of container and a time limit) before the first use of run.sh Run.sh we must run make network because it use a custom network bridge to disable communication between the QP2 containers. ## What is Docker Docker is a containerization software. For more info about it you can consult the official Docker documentation