GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
podman-pod-exists(1) FreeBSD General Commands Manual podman-pod-exists(1)

podman-pod-exists - Check if a pod exists in local storage

podman pod exists pod

podman pod exists checks if a pod exists in local storage. The ID or Name of the pod may be used as input. Podman returns an exit code of 0 when the pod is found. A 1 is returned otherwise. An exit code of 125 indicates there was an issue accessing the local storage.

Check if specified pod exists in local storage (the pod does actually exist):

$ sudo podman pod exists web; echo $?
0

Check if specified pod exists in local storage (the pod does not actually exist):

$ sudo podman pod exists backend; echo $?
1

podman(1), podman-pod(1)

December 2018, Originally compiled by Brent Baude (bbaude at redhat dot com)


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.