Skip to content

Commit 613f4a1

Browse files
committed
updatge
1 parent 92dfe1a commit 613f4a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

markdown/ai-bootcamp/ai-bootcamp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ Duration: 00:10:00
169169
170170
This step is involved with running SAM enterprise with the new files generated.
171171
172+
1. Create a docker network bridge such that your SAM container can communicate with your Solace Broker container
173+
```
174+
docker network connect sam-network solace
175+
```
176+
177+
> aside Positive
178+
> skip this step if you are connecting to a cloud hosted broker
179+
172180
1. Create a `docker-compose.yaml` file with the following content
173181
```yaml
174182
services:
@@ -201,6 +209,7 @@ This step is involved with running SAM enterprise with the new files generated.
201209
- `networks: sam-network` if you are attempting to connect to a local solace broker running on docker
202210
- We are passing the `configs` directory and `.env` file as volumes to the container
203211
- We are placing all the sam logs created in the container to a local directory called `enterprise-logs`
212+
- the `networks` section could be removed if you skipped previous step of creating a docker bridge
204213
205214
> aside positive
206215
> There are two modes of operation for SAM

0 commit comments

Comments
 (0)