A non-root user has been experimenting with running podman and buildah commands but would now just want to reset everything to as it was before starting the experiment (i.e. all container images and containers should be deleted together with the buildah and podman configuration).
My best guess is running
testuser@linux:~$ rm -rf ~/.local/share/containers/
might work.
What commands do you recommend for this?
Software versions used
Ubuntu 18.04.2 with https://launchpad.net/~projectatomic/+archive/ubuntu/ppa
testuser@linux:~$ dpkg -l|grep podm
ii podman 1.3.2-1~dev~ubuntu18.04~ppa15 amd64 Manage pods, containers and container images.
testuser@linux:~$ dpkg -l|grep buildah
ii buildah 1.9.0-1~dev~ubuntu18.04~ppa17 amd64 A command line tool used for creating OCI images.
testuser@linux:~$