Description
Tool to inspect layer contents without external tools like dive or docker.
Proposed Implementation
pycontainer inspect <image> command
- Show layer contents and sizes
- File-level inspection
- Diff between layers
- Identify optimization opportunities
Use Cases
- Debugging image bloat
- Understanding layer composition
- Optimization analysis
Priority
Medium - Helpful for debugging and optimization.
Parent: #52
Description
Tool to inspect layer contents without external tools like dive or docker.
Proposed Implementation
pycontainer inspect <image>commandUse Cases
Priority
Medium - Helpful for debugging and optimization.
Parent: #52