Installation
To begin using the Pod Manager extension, follow these simple steps:
Prerequisites
Before installing the Pod Manager extension, ensure you have:
- Visual Studio Code installed on your system
- Podman installed and accessible via your command line interface
Installing the Extension
- Open Visual Studio Code
- Press
Ctrl+Shift+X
(Windows/Linux) orCmd+Shift+X
(macOS) to open the Extensions view - Search for "Podmanager"
- Install the extension (package name:
podmanager-2.0.9.vsix
)
Post-Installation Setup
- The Pod Manager extension will automatically activate when VSCode starts
- Open the Pod Manager sidebar by clicking on the Pod Manager icon in the Activity Bar (left side of VSCode)
- The extension will attempt to locate your Podman installation automatically
Verifying Installation
To verify that the extension is working correctly:
- Open the Pod Manager sidebar
- You should see various sections like Containers, Pods, Images, etc.
- If Podman is properly installed, these sections will populate with your existing resources
Troubleshooting
If you encounter any issues:
- Ensure Podman is properly installed and accessible from the command line
- Check that Podman is in your system's PATH
- You can specify a custom path to the Podman executable in the extension's settings if needed