Skip to content

Commit eb01a0c

Browse files
Adding ai-bootcamp html files
1 parent b9279bb commit eb01a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codelabs/ai-bootcamp/codelab.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"format": "html",
44
"prefix": "https://storage.googleapis.com",
55
"mainga": "UA-49880327-14",
6-
"updated": "2025-09-21T15:14:33Z",
6+
"updated": "2025-09-22T19:43:02Z",
77
"id": "ai-bootcamp",
88
"duration": 49,
99
"title": "AI Bootcamp - Solace HQ",

codelabs/ai-bootcamp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<google-codelab-step label="Start SAM Enterprise" duration="10">
146146
<p>This step is involved with running SAM enterprise with the new files generated.</p>
147147
<ol type="1">
148-
<li>Create a docker network bridge such that your SAM container can communicate with your Solace Broker container<pre><code>docker network connect sam-network solace
148+
<li>Create a docker network bridge so that your SAM container can communicate with your Solace Broker container<pre><code>docker network create -d bridge sam-network
149149
</code></pre>
150150
<aside class="special"><p>aside Positive skip this step if you are connecting to a cloud hosted broker</p>
151151
</aside>

0 commit comments

Comments
 (0)