Jun's Blog

Output, activities, memo and etc.

Entries from 2019-04-01 to 1 month

Cambridge UK

Months ago in Cambridge. ADC Theatre, Corpus Playroom [1] and Botanic Garden. [1] https://www.adctheatre.com/

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 …

qemu-user-static - part 2 register

qemu-user-static enables us to run multi architecture environment such as ARM on x86_64 like this. $ docker run --rm --privileged multiarch/qemu-user-static:register --reset $ docker run --rm -t multiarch/ubuntu-debootstrap:arm64-bionic un…

qemu-user-static - part 1 summary

qemu-user-static [1] is a software to enable qemu [2] consumable to build and run multi architecture (ARM 64-bit, ARM 32-bit, Intel 32-bit and etc) on x86_64 Intel processor environment. If you run docker or a docker compatible software, y…