Posted about 2 years ago. Visible to the public.
Flush running docker container
Quick flushing docker container.
Script for fish shell!. If you want to use it in bash, you should make slightly changes.
Copy
set ctrn_id (podman ps -a | grep couchbase | head -c 12) && podman rm $ctrn_id -fv