Port: Simplifying Docker Management for Developers and DevOps
Port is a tool designed to manage multiple Docker images and their tags efficiently. It enables users to run containers, create snapshots, and handle downloaded images with ease.
Key Features:
Simplified Container Operations: Run containers effortlessly using straightforward commands.
Seamless Stoppage: Stop running containers without hassle.
Container Tracking: List all containers to monitor their statuses effectively.
Resource Management: Remove unwanted containers to optimize resource usage.
Reset Functionality: Revert containers to their original state for reusability.
State Preservation: Save container states for future use or backups.
Audience & Benefit:
Ideal for developers and DevOps engineers working with containerized services, Port streamlines management processes. It offers an efficient alternative to complex Docker CLI commands, even for remote engine operations.
Installation:
Port can be installed via winget, making setup straightforward and accessible for users familiar with the command line interface.
This description adheres to a professional tone, focusing on benefits while avoiding any hype or markdown formatting.
README
đŗ port: run and manage containerized services with ease
Port streamlines the management of Docker images and containers, empowering you to:
âļī¸ Run containers effortlessly with simple commands.
âšī¸ Stop running containers seamlessly.
đ List all containers to keep track of their status.
đī¸ Remove unwanted containers to free up resources.
đ Reset containers to their original state for reusability.
đž Save container states for future use or backups.
All this without the hassle of memorizing complex Docker CLI commands, even when working with remote Docker engines.
đĨ Installation
Scoop
scoop bucket add maple 'https://github.com/kevinboss/maple.git'
scoop install port
Winget
winget install kevinboss.port
Manual Installation
đ Download the latest release from the Releases Page.