Skip to content

Commit 1593cd3

Browse files
committed
typo
1 parent 21e1824 commit 1593cd3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

markdown/ai-bootcamp/ai-bootcamp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,19 @@ Now that you have a docker image running the enterprise edition of SAM, lets go
347347
```
348348
docker restart sam-ent
349349
```
350+
```
351+
podman restart sam-ent
352+
```
350353
351354
> aside positive
352355
> This restarts the SAM enterprise image with a new config agent config file
353356
> Pro tip: you can interactively go into the by executing the following
354357
> ```
355358
> docker exec -it sam-ent bash
356359
> ```
360+
> ```
361+
> podman exec -it sam-ent bash
362+
> ```
357363
358364
359365
This file contains multiple agent configuration that leverages built-in tools. Go ahead and open this file lets inspect it.
@@ -485,6 +491,9 @@ In the `configs/agents` directory
485491
```
486492
docker restart sam-ent
487493
```
494+
```
495+
podman restart sam-ent
496+
```
488497

489498
## Adding MCP Agent
490499
Duration: 00:05:00
@@ -703,10 +712,13 @@ Edit your .env file to add a `GOOGLE_MAPS_API_KEY`
703712
GOOGLE_MAPS_API_KEY="YOUR_API_KEY"
704713
```
705714

706-
### Restart Enterprise docker
715+
### Restart SAM Enterprise container
707716
```
708717
docker restart sam-ent
709718
```
719+
```
720+
podman restart sam-ent
721+
```
710722
711723
Now navigate to your SAM instance on [http://localhost:8001/](http://localhost:8001/) and see the new agent added
712724

0 commit comments

Comments
 (0)