my podman is downloaded from github release
- podman version 5.6.0
- I don't like
apt install podman
, it sucks
requirement missing
- virtiofsd_1.10.0-1_amd64.deb
- gvproxy_0.8.1-3_amd64.deb
the key point is I can not use dpkg -i
to install these two package
- why is that: I remember maybe it mess up with
apt install qmenu**
stuff - ok,
extract deb package and manually cp to system installed
bash
# extract as data.tar.** and control.*** stuff
ar -x *.deb
# tar extract data.*** stuff
# and find out the program to install
# first check ldd for missing dynamic lib
# and then copy to the system /usr/local/bin
# for example: I copy gvproxy and virtiofsd to /usr/local/bin
# and my podman found them
ready to use podman for mongodb and mysql redis stuff for web dev
bash
podman machine init
podman machine start
podman pull m.daocloud.io/docker.io/library/redis