You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codelabs/ai-bootcamp/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@
145
145
<google-codelab-steplabel="Start SAM Enterprise" duration="10">
146
146
<p>This step is involved with running SAM enterprise with the new files generated.</p>
147
147
<oltype="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
149
149
</code></pre>
150
150
<asideclass="special"><p>aside Positive skip this step if you are connecting to a cloud hosted broker</p>
0 commit comments