Flush running docker (podman) container

Posted Almost 4 years ago. Visible to the public.

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
Last edit
About 1 year ago
leonidv
Posted by leonidv to Leonid's cards (2020-04-12 08:57)