forked from intel-retail/automated-self-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Neethu Elizabeth Simon <[email protected]>
- Loading branch information
1 parent
05f89d6
commit 3839f75
Showing
5 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Docker-Compose for Developer Toolbox | ||
|
||
Pipelines can be run using docker-compose files. Changes are custom made inside the docker-compose for integration with the Developer Toolbox. | ||
|
||
!!! Note | ||
To utilize all the features offered by Automated Self-Checkout, run the pipelines as illustrated in the section [Run Pipelines](./quick_pipelinerun.md). | ||
|
||
## Steps to Run Pipelines | ||
|
||
1. Prerequisites | ||
|
||
Before running, [Set Up the Pipelines](./pipelinesetup.md). | ||
|
||
1. Customize the `docker-compose.yml` to add the number of camera simulators required and the number of different type of pipelines that need to be run | ||
|
||
!!! Note | ||
Follow all the instructions in `docker-compose.yml` for customizations. | ||
|
||
1. Run the pipelines | ||
|
||
```bash | ||
make run-pipelines | ||
``` | ||
|
||
1. All the containers i.e camera simulators, OVMS server and pipelines should start without any errors in portainer as shown below in Figure 1 - | ||
|
||
<figure class="figure-image"> | ||
<img src="../images/portainer_dashobaord_docker_compose.png" alt="Figure 1: Pipelines Running Successfully"> | ||
<figcaption>Figure 1: Pipelines Running Successfully</figcaption> | ||
</figure> | ||
|
||
1. Stop the pipeline | ||
|
||
```bash | ||
make down-pipelines | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters