Skip to content

Commit 3089131

Browse files
Adding ai-bootcamp html files
1 parent 1593cd3 commit 3089131

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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-23T11:58:37Z",
6+
"updated": "2025-09-23T12:00:14Z",
77
"id": "ai-bootcamp",
88
"duration": 49,
99
"title": "AI Bootcamp - Solace HQ",

codelabs/ai-bootcamp/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,13 @@ <h2 is-upgraded>Basic Agents</h2>
289289
</li>
290290
<li>Restart the enterprise container<pre><code>docker restart sam-ent
291291
</code></pre>
292+
<pre><code>podman restart sam-ent
293+
</code></pre>
292294
<aside class="special"><p> This restarts the SAM enterprise image with a new config agent config file Pro tip: you can interactively go into the by executing the following</p>
293295
<pre><code>docker exec -it sam-ent bash
294296
</code></pre>
297+
<pre><code>podman exec -it sam-ent bash
298+
</code></pre>
295299
</aside>
296300
</li>
297301
</ol>
@@ -408,6 +412,8 @@ <h2 is-upgraded>Adding a multimedia agent</h2>
408412
</li>
409413
<li>Restart the enterprise container<pre><code>docker restart sam-ent
410414
</code></pre>
415+
<pre><code>podman restart sam-ent
416+
</code></pre>
411417
</li>
412418
</ol>
413419

@@ -615,9 +621,11 @@ <h2 is-upgraded>Add Env var</h2>
615621
<p>Edit your .env file to add a <code>GOOGLE_MAPS_API_KEY</code></p>
616622
<pre><code language="language-yaml" class="language-yaml">GOOGLE_MAPS_API_KEY=&#34;YOUR_API_KEY&#34;
617623
</code></pre>
618-
<h2 is-upgraded>Restart Enterprise docker</h2>
624+
<h2 is-upgraded>Restart SAM Enterprise container</h2>
619625
<pre><code>docker restart sam-ent
620626
</code></pre>
627+
<pre><code>podman restart sam-ent
628+
</code></pre>
621629
<p>Now navigate to your SAM instance on <a href="http://localhost:8001/" target="_blank">http://localhost:8001/</a> and see the new agent added</p>
622630

623631

0 commit comments

Comments
 (0)