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
<li>Restart the enterprise container<pre><code>docker restart sam-ent
291
291
</code></pre>
292
+
<pre><code>podman restart sam-ent
293
+
</code></pre>
292
294
<asideclass="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>
293
295
<pre><code>docker exec -it sam-ent bash
294
296
</code></pre>
297
+
<pre><code>podman exec -it sam-ent bash
298
+
</code></pre>
295
299
</aside>
296
300
</li>
297
301
</ol>
@@ -408,6 +412,8 @@ <h2 is-upgraded>Adding a multimedia agent</h2>
408
412
</li>
409
413
<li>Restart the enterprise container<pre><code>docker restart sam-ent
0 commit comments