Easy Podman helps you easily work around with containers
git clone [email protected]:sabuhish/easy-podman-cli.git
cd easy-podman-cli
bash podman.sh
or
sudo su
curl -LO https://raw.githubusercontent.com/sabuhish/easy-podman-cli/master/podman.sh && bash podman.sh
easy-podman --help
build-podman
down-podman
connect-podman
dangling-podman
restart-podman
restart-podman-compose
podman-compose-logs
build-podman
Building multi-containers. Building multi-containers. Comand should given where your docker-compose file exist
down-podman
Stoping runnig multi-containers in the directory
connect-podman
Executing inside running container with execution type, arguments required.
ex: connect-podman ID bash
dangling-podman
This comand removes inactive containers and stalled images
restart-podman
Restarting container, argument required
restart-podman-compose
Restarting podman-compose
podman-compose-logs
Logs for running multi-containers
Linux
Fell free to open issue and send pull request.