Docker Container Start/Stop Commands (Linux)
Table of Contents
2.0.3 Panorama Managed
Expand all | Collapse all
-
- Understand Prisma SD-WAN and Prisma Access for Networks Integration
- Access the Integration Run Logs
- Correlate Objects between Prisma SD-WAN and Panorama
- View Standard VPNs at a Site Level
- View Alerts and Alarms
- View Activity Charts
- Use the Device Toolkit
- Check Tunnel Status on Panorama
- Common Errors and Syntax Output
- Successful Integration Run Log Output
Docker Container Start/Stop Commands (Linux)
The container ID shown below is an EXAMPLE
only. The container ID will be different on different systems or
will change on the same system if removed/reinstalled.
Verify Container Running Status
root@ubuntu:/# docker psCONTAINER ID IMAGE COMMAND CREATEDSTATUS PORTS NAMES42f39ad5623b cloudgenix/prisma_access_panorama:2.0.3 "./prisma_access_int…" 23hours ago Up 5 seconds prisma_access_panoramaroot@ubuntu:/#
Stop the Prisma Access Container
root@ubuntu:# docker stop 42f39ad5623b42f39ad5623broot@ubuntu:/ # 42f39ad5623b
Verify Finding Prisma Access Container Name If Stopped
root@ubuntu:# docker psCONTAINER ID IMAGE COMMAND CREATED STATUSPORTS NAMESroot@ubuntu:/#
root@ubuntu:/# docker ps -aCONTAINER ID IMAGE COMMAND CREATEDSTATUS PORTS NAMES42f39ad5623b cloudgenix/prisma_access_panorama:2.0.3 "./prisma_access_int…" 23hours ago Exited (137) 22 hours ago prisma_access_panorama
Start the Prisma Access Docker Container
root@ubuntu:/# docker start 42f39ad5623b42f39ad5623broot@ubuntu:/# CONTAINER