Flush running docker (podman) container

Quick flushing docker container.
Script for fish shell!. If you want to use it in bash, you should make slightly changes.

set ctrn_id (podman ps -a | grep couchbase | head -c 12) && podman rm $ctrn_id -fv
leonidv Almost 4 years ago