Created an ubuntu docker image. (no commits, no backups) Decided to practice and delete.
But only now I realized that I can't restore the rest :) Can restore as GIT, past images by name,ID ?
- docker run -it ubuntu ps -A
- docker ps -a
- docker rm $(docker ps -aq)
- docker images
- docker rmi ubuntu:laters
- docker rmi $(docker images -q) #overdid it
- docker images
- docker ps -a
p.s. - also read that there are saves in folders /var/lib/docker/volumes/