A clean test of the process to create and containerize a POV
- Gerardo Chaves
- Webex
This is as a template, project owner to update
Add any steps needed to install the project so that someone can reproduce the project
to create the docker container:
docker build --tag gchaves/repo-creation-process-test .
to run it:
docker run --name repo-creation-process-test -p 5000:5000 gchaves/repo-creation-process-test
## Usage
This is a template, project owner to update
Add any steps needed for someone to run your project.
To launch an optical service create:
$ python create_service.py
# Screenshots
![/IMAGES/0image.png](/IMAGES/0image.png)
### LICENSE
Provided under Cisco Sample Code License, for details see [LICENSE](LICENSE.md)
### CODE_OF_CONDUCT
Our code of conduct is available [here](CODE_OF_CONDUCT.md)
### CONTRIBUTING
See our contributing guidelines [here](CONTRIBUTING.md)
#### DISCLAIMER:
<b>Please note:</b> This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use.
You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.