1
0
mirror of https://github.com/mveril/qp-demo synced 2024-07-22 18:57:32 +02:00
qp-demo/README.md

15 lines
932 B
Markdown
Raw Permalink Normal View History

2021-05-04 15:07:50 +02:00
# qp_demo
qp_demo is the component used in the [Quantum Package demo]( https://quantumpackage.github.io/qp2/page/try)
2021-05-04 15:02:15 +02:00
This repo contains
- `examples`: Examples included with quantum package docker image.
2019-11-06 14:40:50 +01:00
2021-05-04 15:02:15 +02:00
- `Dockerfile`: This is a multi-stage dockerfile used to create the docker image from the [Quantum Package GitHub repo](https://github.com/QuantumPackage/qp2)
2019-11-06 16:06:36 +01:00
2021-05-04 15:02:15 +02:00
There is no guarantee of success because it's use the Quantum Package ./configure tool to install third party dependencies.
2019-11-06 16:06:36 +01:00
2021-05-04 15:02:15 +02:00
- `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.
2019-11-06 16:06:36 +01:00
## What is Docker
Docker is a containerization software.
2021-05-04 15:07:50 +02:00
For more info about it you can consult the official [Docker documentation](https://docs.docker.com)