-
Notifications
You must be signed in to change notification settings - Fork 2
Update to getting started docs #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
```bash | ||
docker network create conserver | ||
docker compose build | ||
docker compose up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build
is part of compose, so the individual step is not necessary
```output | ||
# docker ps | ||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | ||
21bc6e3aacd7 vcon-server-conserver "/app/docker/wait_fo…" 4 minutes ago Up 4 minutes vcon-server-conserver-4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the multiple instances as it seemed like noise for getting started.
* When an item (vCon ID) is found, it creates a VconChainRequest and processes it. | ||
* Handles exceptions by moving problematic vCons to a Dead Letter Queue. | ||
|
||
Step by step:  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the encoded spaces a gitbook issue, or just an anomaly for local editing, submitted to github?
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
No description provided.