Jun's Blog

Output, activities, memo and etc.

Entries from 2019-04-14 to 1 day

Install podman & useful podman commands

I would show you how to install podman the alternative docker. The difference between docker and podman is docker: Running the docker daemon to operate the containers. podman: Do not need to run a daemon to operate the containers. As a ini…

How to remove not removed container images & useful docker commands

Before next blog for qemu-user-static. I would write some articles. How to remove not removed container images The subject is that I faced. The reason is after upgrading a docker, the actual storage to manage containers were changed. Then …